#219084

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

Shades of Java #219084

Tints of Java #219084

Color information

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

HSL color Cylindrical-coordinate representation of color #219084: hue angle of 173.51º 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 #219084 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB33144132-
CMYK0.7700.080.44
HSL173.51º62.71%34.71%-
HSV(B)173.51º77.08%56.47%-
XYZ14.7721.9425.29-
YUV109.44140.7373.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331441320.7700.080.44173.5162.7134.71
Hex2190844D082Cae3f23
Octal41220204115010542567743
Binary100001100100001000010010011010100010110010101110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219084; }

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

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

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

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

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

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

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

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