Html Css Color HEX #21589A Endeavour

📋 copy color: '#21589A'

red 33 ◦ green 88 ◦ blue 154

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

Shades of Endeavour #21589A

Tints of Endeavour #21589A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

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

R = 12%
G = 32%
B = 56%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#21589A (or 0x21589A) is known color: Endeavour. HEX triplet: 21, 58 and 9A. RGB value is (33,88,154). Sum of RGB (Red+Green+Blue) = 33+88+154=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #21589A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21589A is #DEA765. Grayscale: #4E4E4E. Windows color (decimal): -14591846 or 10115105. OLE color: 10115105.

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

Color convert

RGB 33 88 154 -
CMYK 0.79 0.43 0 0.40
HSL 212.73º 0.65% 0.37% -
HSV(B) 212.73º 0.79% 0.6% -
XYZ 9.95 9.64 31.91 -
YUV 79.08 170.28 95.13 -
System Red Green Blue C M Y K H S L
Decimal 33 88 154 0.79 0.43 0 0.40 212.73 0.65 0.37
Hex 21 58 9A 4F 2B 0 28 D5 41 25
Octal 41 130 232 117 53 0 50 325 101 45
Binary 100001 1011000 10011010 1001111 101011 0 101000 11010101 1000001 100101

Color Harmonies of #21589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21589A

Black with #21589A

Text Example


Text Example

White with #21589A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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