Html Css Color HEX #21609A Endeavour

📋 copy color: '#21609A'

red 33 ◦ green 96 ◦ blue 154

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

Shades of Endeavour #21609A

Tints of Endeavour #21609A

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 value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#21609A (or 0x21609A) is known color: 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

RGB 33 96 154 -
CMYK 0.79 0.38 0 0.40
HSL 208.76º 0.65% 0.37% -
HSV(B) 208.76º 0.79% 0.6% -
XYZ 10.64 11.02 32.14 -
YUV 83.78 167.63 91.78 -
System Red Green Blue C M Y K H S L
Decimal 33 96 154 0.79 0.38 0 0.40 208.76 0.65 0.37
Hex 21 60 9A 4F 26 0 28 D1 41 25
Octal 41 140 232 117 46 0 50 321 101 45
Binary 100001 1100000 10011010 1001111 100110 0 101000 11010001 1000001 100101

Color Harmonies of #21609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21609A

Black with #21609A

Text Example


Text Example

White with #21609A

Text Example


Text Example

HTML Codes & Css Web 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>