Html Css Color HEX #21539B Endeavour

📋 copy color: '#21539B'

red 33 ◦ green 83 ◦ blue 155

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

Shades of Endeavour #21539B

Tints of Endeavour #21539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.63%

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

R = 12.18%
G = 30.63%
B = 57.2%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21539B (or 0x21539B) is known color: Endeavour. HEX triplet: 21, 53 and 9B. RGB value is (33,83,155). Sum of RGB (Red+Green+Blue) = 33+83+155=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #21539B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21539B is #DEAC64. Grayscale: #4B4B4B. Windows color (decimal): -14593125 or 10179361. OLE color: 10179361.

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

Color convert

RGB 33 83 155 -
CMYK 0.79 0.46 0 0.39
HSL 215.41º 0.65% 0.37% -
HSV(B) 215.41º 0.79% 0.61% -
XYZ 9.64 8.88 32.22 -
YUV 76.26 172.44 97.15 -
System Red Green Blue C M Y K H S L
Decimal 33 83 155 0.79 0.46 0 0.39 215.41 0.65 0.37
Hex 21 53 9B 4F 2E 0 27 D7 41 25
Octal 41 123 233 117 56 0 47 327 101 45
Binary 100001 1010011 10011011 1001111 101110 0 100111 11010111 1000001 100101

Color Harmonies of #21539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21539B

Black with #21539B

Text Example


Text Example

White with #21539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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