Html Css Color HEX #21508B Endeavour

📋 copy color: '#21508B'

red 33 ◦ green 80 ◦ blue 139

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

Shades of Endeavour #21508B

Tints of Endeavour #21508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

 BLUE value IS 139 (54.69% from 255) = 55.16%

R = 13.1%
G = 31.75%
B = 55.16%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21508B (or 0x21508B) is known color: Endeavour. HEX triplet: 21, 50 and 8B. RGB value is (33,80,139). Sum of RGB (Red+Green+Blue) = 33+80+139=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #21508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21508B is #DEAF74. Grayscale: #484848. Windows color (decimal): -14593909 or 9130017. OLE color: 9130017.

HSL color Cylindrical-coordinate representation of color #21508B: hue angle of 213.4º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21508B is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 80 139 -
CMYK 0.76 0.42 0 0.45
HSL 213.4º 0.62% 0.34% -
HSV(B) 213.4º 0.76% 0.55% -
XYZ 8.16 7.92 25.53 -
YUV 72.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 33 80 139 0.76 0.42 0 0.45 213.4 0.62 0.34
Hex 21 50 8B 4C 2A 0 2D D5 3E 22
Octal 41 120 213 114 52 0 55 325 76 42
Binary 100001 1010000 10001011 1001100 101010 0 101101 11010101 111110 100010

Color Harmonies of #21508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21508B

Black with #21508B

Text Example


Text Example

White with #21508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,80,139); }

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

background-color css

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

 a { background-color: rgb(33,80,139); }

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

border-color css

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

 span { border-color: rgb(33,80,139); }

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