Html Css Color HEX #214895 Endeavour

📋 copy color: '#214895'

red 33 ◦ green 72 ◦ blue 149

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

Shades of Endeavour #214895

Tints of Endeavour #214895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.66%

R = 12.99%
G = 28.35%
B = 58.66%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#214895 (or 0x214895) is known color: Endeavour. HEX triplet: 21, 48 and 95. RGB value is (33,72,149). Sum of RGB (Red+Green+Blue) = 33+72+149=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #214895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214895 is #DEB76A. Grayscale: #444444. Windows color (decimal): -14595947 or 9783329. OLE color: 9783329.

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

Color convert

RGB 33 72 149 -
CMYK 0.78 0.52 0 0.42
HSL 219.83º 0.64% 0.36% -
HSV(B) 219.83º 0.78% 0.58% -
XYZ 8.37 7.13 29.37 -
YUV 69.12 173.08 102.24 -
System Red Green Blue C M Y K H S L
Decimal 33 72 149 0.78 0.52 0 0.42 219.83 0.64 0.36
Hex 21 48 95 4E 34 0 2A DC 40 24
Octal 41 110 225 116 64 0 52 334 100 44
Binary 100001 1001000 10010101 1001110 110100 0 101010 11011100 1000000 100100

Color Harmonies of #214895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214895

Black with #214895

Text Example


Text Example

White with #214895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214895; }

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

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

background-color css

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

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

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

border-color css

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

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

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