Html Css Color HEX #21609C Endeavour

📋 copy color: '#21609C'

red 33 ◦ green 96 ◦ blue 156

#21609C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #21609C

Tints of Endeavour #21609C

RGB

 RED value IS 33 (13.28% from 255) = 11.58%

 GREEN value IS 96 (37.89% from 255) = 33.68%

 BLUE value IS 156 (61.33% from 255) = 54.74%

R = 11.58%
G = 33.68%
B = 54.74%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21609C (or 0x21609C) is known color: Endeavour. HEX triplet: 21, 60 and 9C. RGB value is (33,96,156). Sum of RGB (Red+Green+Blue) = 33+96+156=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #21609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21609C is #DE9F63. Grayscale: #535353. Windows color (decimal): -14589796 or 10248225. OLE color: 10248225.

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

Color convert

RGB 33 96 156 -
CMYK 0.79 0.38 0 0.39
HSL 209.27º 0.65% 0.37% -
HSV(B) 209.27º 0.79% 0.61% -
XYZ 10.81 11.09 33.02 -
YUV 84 168.63 91.62 -
System Red Green Blue C M Y K H S L
Decimal 33 96 156 0.79 0.38 0 0.39 209.27 0.65 0.37
Hex 21 60 9C 4F 26 0 27 D1 41 25
Octal 41 140 234 117 46 0 47 321 101 45
Binary 100001 1100000 10011100 1001111 100110 0 100111 11010001 1000001 100101

Color Harmonies of #21609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21609C

Black with #21609C

Text Example


Text Example

White with #21609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21609C;
 }
 .AnyTagClassName
 {
   color: #21609C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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