Html Css Color HEX #21559A Endeavour

📋 copy color: '#21559A'

red 33 ◦ green 85 ◦ blue 154

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

Shades of Endeavour #21559A

Tints of Endeavour #21559A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.25%

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

R = 12.13%
G = 31.25%
B = 56.62%

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

#21559A (or 0x21559A) is known color: Endeavour. HEX triplet: 21, 55 and 9A. RGB value is (33,85,154). Sum of RGB (Red+Green+Blue) = 33+85+154=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 154 (60.55% from 255 or 56.62% from 272); Max value from RGB is 154 - color contains mainly: blue. Hex color #21559A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21559A is #DEAA65. Grayscale: #4C4C4C. Windows color (decimal): -14592614 or 10114337. OLE color: 10114337.

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

Color convert

RGB 33 85 154 -
CMYK 0.79 0.45 0 0.40
HSL 214.21º 0.65% 0.37% -
HSV(B) 214.21º 0.79% 0.6% -
XYZ 9.71 9.15 31.83 -
YUV 77.32 171.27 96.39 -
System Red Green Blue C M Y K H S L
Decimal 33 85 154 0.79 0.45 0 0.40 214.21 0.65 0.37
Hex 21 55 9A 4F 2D 0 28 D6 41 25
Octal 41 125 232 117 55 0 50 326 101 45
Binary 100001 1010101 10011010 1001111 101101 0 101000 11010110 1000001 100101

Color Harmonies of #21559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21559A

Black with #21559A

Text Example


Text Example

White with #21559A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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