#218391

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

Shades of Java #218391

Tints of Java #218391

Color information

#218391 (or 0x218391) is unknown color: approx Java. HEX triplet: 21, 83 and 91. RGB value is (33,131,145). Sum of RGB (Red+Green+Blue) = 33+131+145=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #218391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218391 is #DE7C6E. Grayscale: #676767. Windows color (decimal): -14580847 or 9536289. OLE color: 9536289.

HSL color Cylindrical-coordinate representation of color #218391: hue angle of 187.5º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218391 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB33131145-
CMYK0.770.1000.43
HSL187.5º62.92%34.9%-
HSV(B)187.5º77.24%56.86%-
XYZ13.8518.629.65-
YUV103.29151.5377.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.68%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 145 (57.03% from 255) = 46.93%
R=10.68%
G=42.39%
B=46.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal331311450.770.1000.43187.562.9234.9
Hex2183914DA02Bbc3f23
Octal41203221115120532747743
Binary100001100000111001000110011011010010101110111100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218391; }

 p { color: rgb(33,131,145); }

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

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

 a { background-color: rgb(33,131,145); }

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

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

 span { border-color: rgb(33,131,145); }

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