#219394

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

Shades of Java #219394

Tints of Java #219394

Color information

#219394 (or 0x219394) is unknown color: approx Java. HEX triplet: 21, 93 and 94. RGB value is (33,147,148). Sum of RGB (Red+Green+Blue) = 33+147+148=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #219394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219394 is #DE6C6B. Grayscale: #707070. Windows color (decimal): -14576748 or 9736993. OLE color: 9736993.

HSL color Cylindrical-coordinate representation of color #219394: hue angle of 180.52º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219394 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB33147148-
CMYK0.780.0100.42
HSL180.52º63.54%35.49%-
HSV(B)180.52º77.7%58.04%-
XYZ16.4123.3331.66-
YUV113.03147.7370.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.06%
GREEN value IS 147 (57.81% from 255) = 44.82%
BLUE value IS 148 (58.20% from 255) = 45.12%
R=10.06%
G=44.82%
B=45.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331471480.780.0100.42180.5263.5435.49
Hex2193944E102Ab54023
Octal41223224116105226510043
Binary1000011001001110010100100111010101010101101011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219394; }

 p { color: rgb(33,147,148); }

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

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

 a { background-color: rgb(33,147,148); }

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

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

 span { border-color: rgb(33,147,148); }

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