#21979B

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

Shades of Java #21979B

Tints of Java #21979B

Color information

#21979B (or 0x21979B) is unknown color: approx Java. HEX triplet: 21, 97 and 9B. RGB value is (33,151,155). Sum of RGB (Red+Green+Blue) = 33+151+155=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #21979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21979B is #DE6864. Grayscale: #747474. Windows color (decimal): -14575717 or 10196769. OLE color: 10196769.

HSL color Cylindrical-coordinate representation of color #21979B: hue angle of 181.97º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21979B is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB33151155-
CMYK0.790.0300.39
HSL181.97º64.89%36.86%-
HSV(B)181.97º78.71%60.78%-
XYZ17.6124.8234.87-
YUV116.17149.9168.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.73%
GREEN value IS 151 (59.38% from 255) = 44.54%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=9.73%
G=44.54%
B=45.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331511550.790.0300.39181.9764.8936.86
Hex21979B4F3027b64125
Octal41227233117304726610145
Binary10000110010111100110111001111110100111101101101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,151,155); }

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

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

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

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

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

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

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