Html Css Color HEX #214897 Endeavour

📋 copy color: '#214897'

red 33 ◦ green 72 ◦ blue 151

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

Shades of Endeavour #214897

Tints of Endeavour #214897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.13%

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

R = 12.89%
G = 28.13%
B = 58.98%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#214897 (or 0x214897) is known color: Endeavour. HEX triplet: 21, 48 and 97. RGB value is (33,72,151). Sum of RGB (Red+Green+Blue) = 33+72+151=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #214897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214897 is #DEB768. Grayscale: #444444. Windows color (decimal): -14595945 or 9914401. OLE color: 9914401.

HSL color Cylindrical-coordinate representation of color #214897: hue angle of 220.17º 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 #214897 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 72 151 -
CMYK 0.78 0.52 0 0.41
HSL 220.17º 0.64% 0.36% -
HSV(B) 220.17º 0.78% 0.59% -
XYZ 8.53 7.19 30.22 -
YUV 69.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 33 72 151 0.78 0.52 0 0.41 220.17 0.64 0.36
Hex 21 48 97 4E 34 0 29 DC 40 24
Octal 41 110 227 116 64 0 51 334 100 44
Binary 100001 1001000 10010111 1001110 110100 0 101001 11011100 1000000 100100

Color Harmonies of #214897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214897

Black with #214897

Text Example


Text Example

White with #214897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214897; }

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

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

background-color css

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

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

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

border-color css

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

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

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