Html Css Color HEX #214990 Endeavour

📋 copy color: '#214990'

red 33 ◦ green 73 ◦ blue 144

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

Shades of Endeavour #214990

Tints of Endeavour #214990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

 BLUE value IS 144 (56.64% from 255) = 57.6%

R = 13.2%
G = 29.2%
B = 57.6%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#214990 (or 0x214990) is known color: Endeavour. HEX triplet: 21, 49 and 90. RGB value is (33,73,144). Sum of RGB (Red+Green+Blue) = 33+73+144=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #214990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214990 is #DEB66F. Grayscale: #444444. Windows color (decimal): -14595696 or 9455905. OLE color: 9455905.

HSL color Cylindrical-coordinate representation of color #214990: hue angle of 218.38º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214990 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 73 144 -
CMYK 0.77 0.49 0 0.44
HSL 218.38º 0.63% 0.35% -
HSV(B) 218.38º 0.77% 0.56% -
XYZ 8.04 7.1 27.33 -
YUV 69.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 33 73 144 0.77 0.49 0 0.44 218.38 0.63 0.35
Hex 21 49 90 4D 31 0 2C DA 3F 23
Octal 41 111 220 115 61 0 54 332 77 43
Binary 100001 1001001 10010000 1001101 110001 0 101100 11011010 111111 100011

Color Harmonies of #214990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214990

Black with #214990

Text Example


Text Example

White with #214990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214990; }

 p { color: rgb(33,73,144); }

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

background-color css

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

 a { background-color: rgb(33,73,144); }

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

border-color css

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

 span { border-color: rgb(33,73,144); }

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