Html Css Color HEX #214798 Endeavour

📋 copy color: '#214798'

red 33 ◦ green 71 ◦ blue 152

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

Shades of Endeavour #214798

Tints of Endeavour #214798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.73%

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

R = 12.89%
G = 27.73%
B = 59.38%

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

#214798 (or 0x214798) is known color: Endeavour. HEX triplet: 21, 47 and 98. RGB value is (33,71,152). Sum of RGB (Red+Green+Blue) = 33+71+152=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #214798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214798 is #DEB867. Grayscale: #444444. Windows color (decimal): -14596200 or 9979681. OLE color: 9979681.

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

Color convert

RGB 33 71 152 -
CMYK 0.78 0.53 0 0.40
HSL 220.84º 0.64% 0.36% -
HSV(B) 220.84º 0.78% 0.6% -
XYZ 8.55 7.1 30.63 -
YUV 68.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 33 71 152 0.78 0.53 0 0.40 220.84 0.64 0.36
Hex 21 47 98 4E 35 0 28 DD 40 24
Octal 41 107 230 116 65 0 50 335 100 44
Binary 100001 1000111 10011000 1001110 110101 0 101000 11011101 1000000 100100

Color Harmonies of #214798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214798

Black with #214798

Text Example


Text Example

White with #214798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214798; }

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

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

background-color css

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

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

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

border-color css

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

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

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