#219399

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

Shades of Java #219399

Tints of Java #219399

Color information

#219399 (or 0x219399) is unknown color: approx Java. HEX triplet: 21, 93 and 99. RGB value is (33,147,153). Sum of RGB (Red+Green+Blue) = 33+147+153=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #219399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219399 is #DE6C66. Grayscale: #717171. Windows color (decimal): -14576743 or 10064673. OLE color: 10064673.

HSL color Cylindrical-coordinate representation of color #219399: hue angle of 183º degrees, saturation: 0.65, 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 #219399 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB33147153-
CMYK0.780.0400.4
HSL183º64.52%36.47%-
HSV(B)183º78.43%60%-
XYZ16.8123.4933.79-
YUV113.6150.2370.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.91%
GREEN value IS 147 (57.81% from 255) = 44.14%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=9.91%
G=44.14%
B=45.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal331471530.780.0400.418364.5236.47
Hex2193994E4028b74124
Octal41223231116405026710144
Binary100001100100111001100110011101000101000101101111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219399; }

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

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

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

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

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

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

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

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