#219290

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

Shades of Java #219290

Tints of Java #219290

Color information

#219290 (or 0x219290) is unknown color: approx Java. HEX triplet: 21, 92 and 90. RGB value is (33,146,144). Sum of RGB (Red+Green+Blue) = 33+146+144=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #219290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219290 is #DE6D6F. Grayscale: #6F6F6F. Windows color (decimal): -14577008 or 9474593. OLE color: 9474593.

HSL color Cylindrical-coordinate representation of color #219290: hue angle of 178.94º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219290 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB33146144-
CMYK0.7700.010.43
HSL178.94º63.13%35.1%-
HSV(B)178.94º77.4%57.25%-
XYZ15.9422.8929.96-
YUV111.98146.0671.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.22%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=10.22%
G=45.20%
B=44.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal331461440.7700.010.43178.9463.1335.1
Hex2192904D012Bb33f23
Octal4122222011501532637743
Binary100001100100101001000010011010110101110110011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219290; }

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

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

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

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

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

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

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

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