#21959E

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

Shades of Java #21959E

Tints of Java #21959E

Color information

#21959E (or 0x21959E) is unknown color: approx Java. HEX triplet: 21, 95 and 9E. RGB value is (33,149,158). Sum of RGB (Red+Green+Blue) = 33+149+158=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #21959E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21959E is #DE6A61. Grayscale: #737373. Windows color (decimal): -14576226 or 10392865. OLE color: 10392865.

HSL color Cylindrical-coordinate representation of color #21959E: hue angle of 184.32º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21959E is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB33149158-
CMYK0.790.0600.38
HSL184.32º65.45%37.45%-
HSV(B)184.32º79.11%61.96%-
XYZ17.5524.2936.11-
YUV115.34152.0769.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.71%
GREEN value IS 149 (58.59% from 255) = 43.82%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=9.71%
G=43.82%
B=46.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331491580.790.0600.38184.3265.4537.45
Hex21959E4F6026b84125
Octal41225236117604627010145
Binary100001100101011001111010011111100100110101110001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,149,158); }

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

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

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

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

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

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

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