Html Css Color HEX #204F99 Endeavour

📋 copy color: '#204F99'

red 32 ◦ green 79 ◦ blue 153

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

Shades of Endeavour #204F99

Tints of Endeavour #204F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.92%

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

R = 12.12%
G = 29.92%
B = 57.95%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#204F99 (or 0x204F99) is known color: Endeavour. HEX triplet: 20, 4F and 99. RGB value is (32,79,153). Sum of RGB (Red+Green+Blue) = 32+79+153=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #204F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204F99 is #DFB066. Grayscale: #494949. Windows color (decimal): -14659687 or 10047264. OLE color: 10047264.

HSL color Cylindrical-coordinate representation of color #204F99: hue angle of 216.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 #204F99 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 79 153 -
CMYK 0.79 0.48 0 0.4
HSL 216.69º 0.65% 0.36% -
HSV(B) 216.69º 0.79% 0.6% -
XYZ 9.14 8.2 31.24 -
YUV 73.38 172.93 98.48 -
System Red Green Blue C M Y K H S L
Decimal 32 79 153 0.79 0.48 0 0.4 216.69 0.65 0.36
Hex 20 4F 99 4F 30 0 28 D9 41 24
Octal 40 117 231 117 60 0 50 331 101 44
Binary 100000 1001111 10011001 1001111 110000 0 101000 11011001 1000001 100100

Color Harmonies of #204F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204F99

Black with #204F99

Text Example


Text Example

White with #204F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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