#21888E

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

Shades of Java #21888E

Tints of Java #21888E

Color information

#21888E (or 0x21888E) is unknown color: approx Java. HEX triplet: 21, 88 and 8E. RGB value is (33,136,142). Sum of RGB (Red+Green+Blue) = 33+136+142=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #21888E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21888E is #DE7771. Grayscale: #696969. Windows color (decimal): -14579570 or 9340961. OLE color: 9340961.

HSL color Cylindrical-coordinate representation of color #21888E: hue angle of 183.3º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21888E is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB33136142-
CMYK0.770.0400.44
HSL183.3º62.29%34.31%-
HSV(B)183.3º76.76%55.69%-
XYZ14.3119.8828.67-
YUV105.89148.3876.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.61%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=10.61%
G=43.73%
B=45.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331361420.770.0400.44183.362.2934.31
Hex21888E4D402Cb73e22
Octal4121021611540542677642
Binary10000110001000100011101001101100010110010110111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21888E; }

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

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

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

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

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

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

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

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