#21878B

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

Shades of Java #21878B

Tints of Java #21878B

Color information

#21878B (or 0x21878B) is unknown color: approx Java. HEX triplet: 21, 87 and 8B. RGB value is (33,135,139). Sum of RGB (Red+Green+Blue) = 33+135+139=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #21878B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21878B is #DE7874. Grayscale: #686868. Windows color (decimal): -14579829 or 9144097. OLE color: 9144097.

HSL color Cylindrical-coordinate representation of color #21878B: hue angle of 182.26º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21878B is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB33135139-
CMYK0.760.0300.45
HSL182.26º61.63%33.73%-
HSV(B)182.26º76.26%54.51%-
XYZ13.9519.5227.46-
YUV104.96147.2176.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.75%
GREEN value IS 135 (53.12% from 255) = 43.97%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=10.75%
G=43.97%
B=45.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal331351390.760.0300.45182.2661.6333.73
Hex21878B4C302Db63e22
Octal4120721311430552667642
Binary1000011000011110001011100110011010110110110110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21878B; }

 p { color: rgb(33,135,139); }

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

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

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

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

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

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

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