#218490

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

Shades of Java #218490

Tints of Java #218490

Color information

#218490 (or 0x218490) is unknown color: approx Java. HEX triplet: 21, 84 and 90. RGB value is (33,132,144). Sum of RGB (Red+Green+Blue) = 33+132+144=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #218490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218490 is #DE7B6F. Grayscale: #676767. Windows color (decimal): -14580592 or 9471009. OLE color: 9471009.

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

Color convert

RGB33132144-
CMYK0.770.0800.44
HSL186.49º62.71%34.71%-
HSV(B)186.49º77.08%56.47%-
XYZ13.9118.8429.29-
YUV103.77150.777.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.68%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=10.68%
G=42.72%
B=46.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331321440.770.0800.44186.4962.7134.71
Hex2184904D802Cba3f23
Octal41204220115100542727743
Binary100001100001001001000010011011000010110010111010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218490; }

 p { color: rgb(33,132,144); }

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

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

 a { background-color: rgb(33,132,144); }

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

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

 span { border-color: rgb(33,132,144); }

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