#219EA2

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

Shades of Java #219EA2

Tints of Java #219EA2

Color information

#219EA2 (or 0x219EA2) is unknown color: approx Java. HEX triplet: 21, 9E and A2. RGB value is (33,158,162). Sum of RGB (Red+Green+Blue) = 33+158+162=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 162 - color contains mainly: blue. Hex color #219EA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219EA2 is #DE615D. Grayscale: #787878. Windows color (decimal): -14573918 or 10657313. OLE color: 10657313.

HSL color Cylindrical-coordinate representation of color #219EA2: hue angle of 181.86º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #219EA2 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB33158162-
CMYK0.800.0200.36
HSL181.86º66.15%38.24%-
HSV(B)181.86º79.63%63.53%-
XYZ19.3827.3938.45-
YUV121.08151.0965.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.35%
GREEN value IS 158 (62.11% from 255) = 44.76%
BLUE value IS 162 (63.67% from 255) = 45.89%
R=9.35%
G=44.76%
B=45.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal331581620.800.0200.36181.8666.1538.24
Hex219EA2502024b64226
Octal41236242120204426610246
Binary10000110011110101000101010000100100100101101101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219EA2; }

 p { color: rgb(33,158,162); }

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

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

 a { background-color: rgb(33,158,162); }

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

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

 span { border-color: rgb(33,158,162); }

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