Html Css Color HEX #21508F Endeavour

📋 copy color: '#21508F'

red 33 ◦ green 80 ◦ blue 143

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

Shades of Endeavour #21508F

Tints of Endeavour #21508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 55.86%

R = 12.89%
G = 31.25%
B = 55.86%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21508F (or 0x21508F) is known color: Endeavour. HEX triplet: 21, 50 and 8F. RGB value is (33,80,143). Sum of RGB (Red+Green+Blue) = 33+80+143=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #21508F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21508F is #DEAF70. Grayscale: #484848. Windows color (decimal): -14593905 or 9392161. OLE color: 9392161.

HSL color Cylindrical-coordinate representation of color #21508F: hue angle of 214.36º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21508F is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 80 143 -
CMYK 0.77 0.44 0 0.44
HSL 214.36º 0.63% 0.35% -
HSV(B) 214.36º 0.77% 0.56% -
XYZ 8.45 8.04 27.09 -
YUV 73.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 33 80 143 0.77 0.44 0 0.44 214.36 0.63 0.35
Hex 21 50 8F 4D 2C 0 2C D6 3E 23
Octal 41 120 217 115 54 0 54 326 76 43
Binary 100001 1010000 10001111 1001101 101100 0 101100 11010110 111110 100011

Color Harmonies of #21508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21508F

Black with #21508F

Text Example


Text Example

White with #21508F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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