Html Css Color HEX #215397 Endeavour

📋 copy color: '#215397'

red 33 ◦ green 83 ◦ blue 151

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

Shades of Endeavour #215397

Tints of Endeavour #215397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.55%

R = 12.36%
G = 31.09%
B = 56.55%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#215397 (or 0x215397) is known color: Endeavour. HEX triplet: 21, 53 and 97. RGB value is (33,83,151). Sum of RGB (Red+Green+Blue) = 33+83+151=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 151 (59.38% from 255 or 56.55% from 267); Max value from RGB is 151 - color contains mainly: blue. Hex color #215397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215397 is #DEAC68. Grayscale: #4B4B4B. Windows color (decimal): -14593129 or 9917217. OLE color: 9917217.

HSL color Cylindrical-coordinate representation of color #215397: hue angle of 214.58º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215397 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 83 151 -
CMYK 0.78 0.45 0 0.41
HSL 214.58º 0.64% 0.36% -
HSV(B) 214.58º 0.78% 0.59% -
XYZ 9.31 8.74 30.48 -
YUV 75.8 170.44 97.47 -
System Red Green Blue C M Y K H S L
Decimal 33 83 151 0.78 0.45 0 0.41 214.58 0.64 0.36
Hex 21 53 97 4E 2D 0 29 D7 40 24
Octal 41 123 227 116 55 0 51 327 100 44
Binary 100001 1010011 10010111 1001110 101101 0 101001 11010111 1000000 100100

Color Harmonies of #215397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215397

Black with #215397

Text Example


Text Example

White with #215397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215397; }

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

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

background-color css

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

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

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

border-color css

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

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

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