#218890

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

Shades of Java #218890

Tints of Java #218890

Color information

#218890 (or 0x218890) is unknown color: approx Java. HEX triplet: 21, 88 and 90. RGB value is (33,136,144). Sum of RGB (Red+Green+Blue) = 33+136+144=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #218890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218890 is #DE776F. Grayscale: #696969. Windows color (decimal): -14579568 or 9472033. OLE color: 9472033.

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

Color convert

RGB33136144-
CMYK0.770.0600.44
HSL184.32º62.71%34.71%-
HSV(B)184.32º77.08%56.47%-
XYZ14.4719.9529.47-
YUV106.12149.3875.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.54%
GREEN value IS 136 (53.52% from 255) = 43.45%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=10.54%
G=43.45%
B=46.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331361440.770.0600.44184.3262.7134.71
Hex2188904D602Cb83f23
Octal4121022011560542707743
Binary10000110001000100100001001101110010110010111000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218890; }

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

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

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

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

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

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

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

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