Html Css Color HEX #21549A Endeavour

📋 copy color: '#21549A'

red 33 ◦ green 84 ◦ blue 154

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

Shades of Endeavour #21549A

Tints of Endeavour #21549A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31%

 BLUE value IS 154 (60.55% from 255) = 56.83%

R = 12.18%
G = 31%
B = 56.83%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#21549A (or 0x21549A) is known color: Endeavour. HEX triplet: 21, 54 and 9A. RGB value is (33,84,154). Sum of RGB (Red+Green+Blue) = 33+84+154=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #21549A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21549A is #DEAB65. Grayscale: #4C4C4C. Windows color (decimal): -14592870 or 10114081. OLE color: 10114081.

HSL color Cylindrical-coordinate representation of color #21549A: hue angle of 214.71º 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 #21549A is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 84 154 -
CMYK 0.79 0.45 0 0.40
HSL 214.71º 0.65% 0.37% -
HSV(B) 214.71º 0.79% 0.6% -
XYZ 9.63 9 31.8 -
YUV 76.73 171.6 96.81 -
System Red Green Blue C M Y K H S L
Decimal 33 84 154 0.79 0.45 0 0.40 214.71 0.65 0.37
Hex 21 54 9A 4F 2D 0 28 D7 41 25
Octal 41 124 232 117 55 0 50 327 101 45
Binary 100001 1010100 10011010 1001111 101101 0 101000 11010111 1000001 100101

Color Harmonies of #21549A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21549A

Black with #21549A

Text Example


Text Example

White with #21549A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21549A;
 }
 .AnyTagClassName
 {
   color: #21549A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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