#219397

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

Shades of Java #219397

Tints of Java #219397

Color information

#219397 (or 0x219397) is unknown color: approx Java. HEX triplet: 21, 93 and 97. RGB value is (33,147,151). Sum of RGB (Red+Green+Blue) = 33+147+151=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 151 - color contains mainly: blue. Hex color #219397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219397 is #DE6C68. Grayscale: #717171. Windows color (decimal): -14576745 or 9933601. OLE color: 9933601.

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

Color convert

RGB33147151-
CMYK0.780.0300.41
HSL182.03º64.13%36.08%-
HSV(B)182.03º78.15%59.22%-
XYZ16.6523.4332.92-
YUV113.37149.2370.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.97%
GREEN value IS 147 (57.81% from 255) = 44.41%
BLUE value IS 151 (59.38% from 255) = 45.62%
R=9.97%
G=44.41%
B=45.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal331471510.780.0300.41182.0364.1336.08
Hex2193974E3029b64024
Octal41223227116305126610044
Binary10000110010011100101111001110110101001101101101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219397; }

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

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

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

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

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

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

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

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