#219598

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

Shades of Java #219598

Tints of Java #219598

Color information

#219598 (or 0x219598) is unknown color: approx Java. HEX triplet: 21, 95 and 98. RGB value is (33,149,152). Sum of RGB (Red+Green+Blue) = 33+149+152=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #219598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219598 is #DE6A67. Grayscale: #727272. Windows color (decimal): -14576232 or 9999649. OLE color: 9999649.

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

Color convert

RGB33149152-
CMYK0.780.0200.40
HSL181.51º64.32%36.27%-
HSV(B)181.51º78.29%59.61%-
XYZ17.0424.0933.46-
YUV114.66149.0769.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.88%
GREEN value IS 149 (58.59% from 255) = 44.61%
BLUE value IS 152 (59.77% from 255) = 45.51%
R=9.88%
G=44.61%
B=45.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal331491520.780.0200.40181.5164.3236.27
Hex2195984E2028b64024
Octal41225230116205026610044
Binary10000110010101100110001001110100101000101101101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219598; }

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

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

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

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

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

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

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

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