#21949E

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

Shades of Java #21949E

Tints of Java #21949E

Color information

#21949E (or 0x21949E) is unknown color: approx Java. HEX triplet: 21, 94 and 9E. RGB value is (33,148,158). Sum of RGB (Red+Green+Blue) = 33+148+158=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #21949E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21949E is #DE6B61. Grayscale: #727272. Windows color (decimal): -14576482 or 10392609. OLE color: 10392609.

HSL color Cylindrical-coordinate representation of color #21949E: hue angle of 184.8º 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 #21949E is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB33148158-
CMYK0.790.0600.38
HSL184.8º65.45%37.45%-
HSV(B)184.8º79.11%61.96%-
XYZ17.3923.9736.06-
YUV114.76152.469.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.73%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 158 (62.11% from 255) = 46.61%
R=9.73%
G=43.66%
B=46.61%

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
Decimal331481580.790.0600.38184.865.4537.45
Hex21949E4F6026b94125
Octal41224236117604627110145
Binary100001100101001001111010011111100100110101110011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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