Html Css Color HEX #21589B Endeavour

📋 copy color: '#21589B'

red 33 ◦ green 88 ◦ blue 155

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

Shades of Endeavour #21589B

Tints of Endeavour #21589B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.16%

R = 11.96%
G = 31.88%
B = 56.16%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21589B (or 0x21589B) is known color: Endeavour. HEX triplet: 21, 58 and 9B. RGB value is (33,88,155). Sum of RGB (Red+Green+Blue) = 33+88+155=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #21589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21589B is #DEA764. Grayscale: #4E4E4E. Windows color (decimal): -14591845 or 10180641. OLE color: 10180641.

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

Color convert

RGB 33 88 155 -
CMYK 0.79 0.43 0 0.39
HSL 212.95º 0.65% 0.37% -
HSV(B) 212.95º 0.79% 0.61% -
XYZ 10.03 9.67 32.35 -
YUV 79.19 170.78 95.05 -
System Red Green Blue C M Y K H S L
Decimal 33 88 155 0.79 0.43 0 0.39 212.95 0.65 0.37
Hex 21 58 9B 4F 2B 0 27 D5 41 25
Octal 41 130 233 117 53 0 47 325 101 45
Binary 100001 1011000 10011011 1001111 101011 0 100111 11010101 1000001 100101

Color Harmonies of #21589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21589B

Black with #21589B

Text Example


Text Example

White with #21589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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