#21969E

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

Shades of Java #21969E

Tints of Java #21969E

Color information

#21969E (or 0x21969E) is unknown color: approx Java. HEX triplet: 21, 96 and 9E. RGB value is (33,150,158). Sum of RGB (Red+Green+Blue) = 33+150+158=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #21969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21969E is #DE6961. Grayscale: #737373. Windows color (decimal): -14575970 or 10393121. OLE color: 10393121.

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

Color convert

RGB33150158-
CMYK0.790.0500.38
HSL183.84º65.45%37.45%-
HSV(B)183.84º79.11%61.96%-
XYZ17.7124.636.16-
YUV115.93151.7468.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.68%
GREEN value IS 150 (58.98% from 255) = 43.99%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=9.68%
G=43.99%
B=46.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331501580.790.0500.38183.8465.4537.45
Hex21969E4F5026b84125
Octal41226236117504627010145
Binary100001100101101001111010011111010100110101110001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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