Html Css Color HEX #21528D Endeavour

📋 copy color: '#21528D'

red 33 ◦ green 82 ◦ blue 141

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

Shades of Endeavour #21528D

Tints of Endeavour #21528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.03%

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

R = 12.89%
G = 32.03%
B = 55.08%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21528D (or 0x21528D) is known color: Endeavour. HEX triplet: 21, 52 and 8D. RGB value is (33,82,141). Sum of RGB (Red+Green+Blue) = 33+82+141=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #21528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21528D is #DEAD72. Grayscale: #494949. Windows color (decimal): -14593395 or 9261601. OLE color: 9261601.

HSL color Cylindrical-coordinate representation of color #21528D: hue angle of 212.78º 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 #21528D is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 82 141 -
CMYK 0.77 0.42 0 0.45
HSL 212.78º 0.62% 0.34% -
HSV(B) 212.78º 0.77% 0.55% -
XYZ 8.45 8.28 26.35 -
YUV 74.08 165.77 98.7 -
System Red Green Blue C M Y K H S L
Decimal 33 82 141 0.77 0.42 0 0.45 212.78 0.62 0.34
Hex 21 52 8D 4D 2A 0 2D D5 3E 22
Octal 41 122 215 115 52 0 55 325 76 42
Binary 100001 1010010 10001101 1001101 101010 0 101101 11010101 111110 100010

Color Harmonies of #21528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21528D

Black with #21528D

Text Example


Text Example

White with #21528D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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