#21609A

Color #21609A Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #21609A

Tints of Endeavour #21609A

Color information

#21609A (or 0x21609A) is unknown color: approx Endeavour. HEX triplet: 21, 60 and 9A. RGB value is (33,96,154). Sum of RGB (Red+Green+Blue) = 33+96+154=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #21609A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21609A is #DE9F65. Grayscale: #535353. Windows color (decimal): -14589798 or 10117153. OLE color: 10117153.

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

Color convert

RGB3396154-
CMYK0.790.3800.40
HSL208.76º64.71%36.67%-
HSV(B)208.76º78.57%60.39%-
XYZ10.6411.0232.14-
YUV83.78167.6391.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.66%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 154 (60.55% from 255) = 54.42%
R=11.66%
G=33.92%
B=54.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33961540.790.3800.40208.7664.7136.67
Hex21609A4F26028d14125
Octal411402321174605032110145
Binary10000111000001001101010011111001100101000110100011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21609A; }

 p { color: rgb(33,96,154); }

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

<style>
 a { background-color: #21609A; }

 a { background-color: rgb(33,96,154); }

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

<style>
 span { border-color: #21609A; }

 span { border-color: rgb(33,96,154); }

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