Html Css Color HEX #214898 Endeavour

📋 copy color: '#214898'

red 33 ◦ green 72 ◦ blue 152

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

Shades of Endeavour #214898

Tints of Endeavour #214898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.14%

R = 12.84%
G = 28.02%
B = 59.14%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#214898 (or 0x214898) is known color: Endeavour. HEX triplet: 21, 48 and 98. RGB value is (33,72,152). Sum of RGB (Red+Green+Blue) = 33+72+152=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #214898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214898 is #DEB767. Grayscale: #454545. Windows color (decimal): -14595944 or 9979937. OLE color: 9979937.

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

Color convert

RGB 33 72 152 -
CMYK 0.78 0.53 0 0.40
HSL 220.34º 0.64% 0.36% -
HSV(B) 220.34º 0.78% 0.6% -
XYZ 8.61 7.23 30.65 -
YUV 69.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 33 72 152 0.78 0.53 0 0.40 220.34 0.64 0.36
Hex 21 48 98 4E 35 0 28 DC 40 24
Octal 41 110 230 116 65 0 50 334 100 44
Binary 100001 1001000 10011000 1001110 110101 0 101000 11011100 1000000 100100

Color Harmonies of #214898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214898

Black with #214898

Text Example


Text Example

White with #214898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214898; }

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

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

background-color css

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

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

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

border-color css

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

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

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