#21609B

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

Shades of Endeavour #21609B

Tints of Endeavour #21609B

Color information

#21609B (or 0x21609B) is unknown color: approx Endeavour. HEX triplet: 21, 60 and 9B. RGB value is (33,96,155). Sum of RGB (Red+Green+Blue) = 33+96+155=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #21609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21609B is #DE9F64. Grayscale: #535353. Windows color (decimal): -14589797 or 10182689. OLE color: 10182689.

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

Color convert

RGB3396155-
CMYK0.790.3800.39
HSL209.02º64.89%36.86%-
HSV(B)209.02º78.71%60.78%-
XYZ10.7311.0632.58-
YUV83.89168.1391.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 155 (60.94% from 255) = 54.58%
R=11.62%
G=33.80%
B=54.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33961550.790.3800.39209.0264.8936.86
Hex21609B4F26027d14125
Octal411402331174604732110145
Binary10000111000001001101110011111001100100111110100011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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