#238E90

Color #238E90 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #238E90

Tints of Java #238E90

Color information

#238E90 (or 0x238E90) is unknown color: approx Java. HEX triplet: 23, 8E and 90. RGB value is (35,142,144). Sum of RGB (Red+Green+Blue) = 35+142+144=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #238E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238E90 is #DC716F. Grayscale: #6E6E6E. Windows color (decimal): -14446960 or 9473571. OLE color: 9473571.

HSL color Cylindrical-coordinate representation of color #238E90: hue angle of 181.1º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238E90 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB35142144-
CMYK0.760.0100.44
HSL181.1º60.89%35.1%-
HSV(B)181.1º75.69%56.47%-
XYZ15.421.7229.77-
YUV110.24147.0574.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 10.90%
GREEN value IS 142 (55.86% from 255) = 44.24%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=10.90%
G=44.24%
B=44.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal351421440.760.0100.44181.160.8935.1
Hex238E904C102Cb53d23
Octal4321622011410542657543
Binary100011100011101001000010011001010110010110101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238E90; }

 p { color: rgb(35,142,144); }

 H1.HeaderClassName
 {
   color: #238E90;
 }
 .AnyTagClassName
 {
   color: #238E90;
 }
</style>
background-color css

<style>
 a { background-color: #238E90; }

 a { background-color: rgb(35,142,144); }

 div.DivClassName
 {
   background-color: #238E90;
 }
 .BgClassName
 {
   background-color: #238E90;
 }
</style>
border-color css

<style>
 span { border-color: #238E90; }

 span { border-color: rgb(35,142,144); }

 td.TdClassName
 {
   border-color: #238E90;
 }
 .TagClassName
 {
   border-color: #238E90;
 }
</style>