Html Css Color HEX #204D99 Endeavour

📋 copy color: '#204D99'

red 32 ◦ green 77 ◦ blue 153

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

Shades of Endeavour #204D99

Tints of Endeavour #204D99

RGB

 RED value IS 32 (12.89% from 255) = 12.21%

 GREEN value IS 77 (30.47% from 255) = 29.39%

 BLUE value IS 153 (60.16% from 255) = 58.4%

R = 12.21%
G = 29.39%
B = 58.4%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#204D99 (or 0x204D99) is known color: Endeavour. HEX triplet: 20, 4D and 99. RGB value is (32,77,153). Sum of RGB (Red+Green+Blue) = 32+77+153=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #204D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204D99 is #DFB266. Grayscale: #474747. Windows color (decimal): -14660199 or 10046752. OLE color: 10046752.

HSL color Cylindrical-coordinate representation of color #204D99: hue angle of 217.69º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #204D99 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 77 153 -
CMYK 0.79 0.50 0 0.4
HSL 217.69º 0.65% 0.36% -
HSV(B) 217.69º 0.79% 0.6% -
XYZ 9 7.91 31.19 -
YUV 72.21 173.59 99.32 -
System Red Green Blue C M Y K H S L
Decimal 32 77 153 0.79 0.50 0 0.4 217.69 0.65 0.36
Hex 20 4D 99 4F 32 0 28 DA 41 24
Octal 40 115 231 117 62 0 50 332 101 44
Binary 100000 1001101 10011001 1001111 110010 0 101000 11011010 1000001 100100

Color Harmonies of #204D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204D99

Black with #204D99

Text Example


Text Example

White with #204D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204D99; }

 p { color: rgb(32,77,153); }

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

background-color css

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

 a { background-color: rgb(32,77,153); }

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

border-color css

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

 span { border-color: rgb(32,77,153); }

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