#219892

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

Shades of Java #219892

Tints of Java #219892

Color information

#219892 (or 0x219892) is unknown color: approx Java. HEX triplet: 21, 98 and 92. RGB value is (33,152,146). Sum of RGB (Red+Green+Blue) = 33+152+146=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #219892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219892 is #DE676D. Grayscale: #737373. Windows color (decimal): -14575470 or 9607201. OLE color: 9607201.

HSL color Cylindrical-coordinate representation of color #219892: hue angle of 176.97º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219892 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB33152146-
CMYK0.7800.040.40
HSL176.97º64.32%36.27%-
HSV(B)176.97º78.29%59.61%-
XYZ17.0424.8631.09-
YUV115.74145.0868.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.97%
GREEN value IS 152 (59.77% from 255) = 45.92%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=9.97%
G=45.92%
B=44.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal331521460.7800.040.40176.9764.3236.27
Hex2198924E0428b14024
Octal41230222116045026110044
Binary100001100110001001001010011100100101000101100011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219892; }

 p { color: rgb(33,152,146); }

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

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

 a { background-color: rgb(33,152,146); }

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

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

 span { border-color: rgb(33,152,146); }

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