#218989

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

Shades of Java #218989

Tints of Java #218989

Color information

#218989 (or 0x218989) is unknown color: approx Java. HEX triplet: 21, 89 and 89. RGB value is (33,137,137). Sum of RGB (Red+Green+Blue) = 33+137+137=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #218989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218989 is #DE7676. Grayscale: #696969. Windows color (decimal): -14579319 or 9013537. OLE color: 9013537.

HSL color Cylindrical-coordinate representation of color #218989: hue angle of 180º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218989 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB33137137-
CMYK0.76000.46
HSL180º61.18%33.33%-
HSV(B)180º75.91%53.73%-
XYZ14.0920.0226.79-
YUV105.9145.5476-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.75%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 137 (53.91% from 255) = 44.63%
R=10.75%
G=44.63%
B=44.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331371370.76000.4618061.1833.33
Hex2189894C002Eb43d21
Octal4121121111400562647541
Binary100001100010011000100110011000010111010110100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218989; }

 p { color: rgb(33,137,137); }

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

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

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

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

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

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

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