#219293

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

Shades of Java #219293

Tints of Java #219293

Color information

#219293 (or 0x219293) is unknown color: approx Java. HEX triplet: 21, 92 and 93. RGB value is (33,146,147). Sum of RGB (Red+Green+Blue) = 33+146+147=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #219293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219293 is #DE6D6C. Grayscale: #707070. Windows color (decimal): -14577005 or 9671201. OLE color: 9671201.

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

Color convert

RGB33146147-
CMYK0.780.0100.42
HSL180.53º63.33%35.29%-
HSV(B)180.53º77.55%57.65%-
XYZ16.1722.9931.19-
YUV112.33147.5671.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.12%
GREEN value IS 146 (57.42% from 255) = 44.79%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=10.12%
G=44.79%
B=45.09%

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
Decimal331461470.780.0100.42180.5363.3335.29
Hex2192934E102Ab53f23
Octal4122222311610522657743
Binary100001100100101001001110011101010101010110101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219293; }

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

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

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

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

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

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

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

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