#219798

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

Shades of Java #219798

Tints of Java #219798

Color information

#219798 (or 0x219798) is unknown color: approx Java. HEX triplet: 21, 97 and 98. RGB value is (33,151,152). Sum of RGB (Red+Green+Blue) = 33+151+152=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #219798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219798 is #DE6867. Grayscale: #737373. Windows color (decimal): -14575720 or 10000161. OLE color: 10000161.

HSL color Cylindrical-coordinate representation of color #219798: hue angle of 180.5º 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 #219798 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB33151152-
CMYK0.780.0100.40
HSL180.5º64.32%36.27%-
HSV(B)180.5º78.29%59.61%-
XYZ17.3624.7233.56-
YUV115.83148.4168.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.82%
GREEN value IS 151 (59.38% from 255) = 44.94%
BLUE value IS 152 (59.77% from 255) = 45.24%
R=9.82%
G=44.94%
B=45.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal331511520.780.0100.40180.564.3236.27
Hex2197984E1028b54024
Octal41227230116105026510044
Binary1000011001011110011000100111010101000101101011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219798; }

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

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

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

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

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

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

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

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