Html Css Color HEX #21508D Endeavour

📋 copy color: '#21508D'

red 33 ◦ green 80 ◦ blue 141

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

Shades of Endeavour #21508D

Tints of Endeavour #21508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 55.51%

R = 12.99%
G = 31.5%
B = 55.51%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21508D (or 0x21508D) is known color: Endeavour. HEX triplet: 21, 50 and 8D. RGB value is (33,80,141). Sum of RGB (Red+Green+Blue) = 33+80+141=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #21508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21508D is #DEAF72. Grayscale: #484848. Windows color (decimal): -14593907 or 9261089. OLE color: 9261089.

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

Color convert

RGB 33 80 141 -
CMYK 0.77 0.43 0 0.45
HSL 213.89º 0.62% 0.34% -
HSV(B) 213.89º 0.77% 0.55% -
XYZ 8.3 7.98 26.3 -
YUV 72.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 33 80 141 0.77 0.43 0 0.45 213.89 0.62 0.34
Hex 21 50 8D 4D 2B 0 2D D6 3E 22
Octal 41 120 215 115 53 0 55 326 76 42
Binary 100001 1010000 10001101 1001101 101011 0 101101 11010110 111110 100010

Color Harmonies of #21508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21508D

Black with #21508D

Text Example


Text Example

White with #21508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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