Html Css Color HEX #21539A Endeavour

📋 copy color: '#21539A'

red 33 ◦ green 83 ◦ blue 154

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

Shades of Endeavour #21539A

Tints of Endeavour #21539A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 57.04%

R = 12.22%
G = 30.74%
B = 57.04%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#21539A (or 0x21539A) is known color: Endeavour. HEX triplet: 21, 53 and 9A. RGB value is (33,83,154). Sum of RGB (Red+Green+Blue) = 33+83+154=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #21539A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21539A is #DEAC65. Grayscale: #4B4B4B. Windows color (decimal): -14593126 or 10113825. OLE color: 10113825.

HSL color Cylindrical-coordinate representation of color #21539A: hue angle of 215.21º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21539A is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 83 154 -
CMYK 0.79 0.46 0 0.40
HSL 215.21º 0.65% 0.37% -
HSV(B) 215.21º 0.79% 0.6% -
XYZ 9.55 8.84 31.78 -
YUV 76.14 171.94 97.23 -
System Red Green Blue C M Y K H S L
Decimal 33 83 154 0.79 0.46 0 0.40 215.21 0.65 0.37
Hex 21 53 9A 4F 2E 0 28 D7 41 25
Octal 41 123 232 117 56 0 50 327 101 45
Binary 100001 1010011 10011010 1001111 101110 0 101000 11010111 1000001 100101

Color Harmonies of #21539A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21539A

Black with #21539A

Text Example


Text Example

White with #21539A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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