Html Css Color HEX #204C99 Endeavour

📋 copy color: '#204C99'

red 32 ◦ green 76 ◦ blue 153

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

Shades of Endeavour #204C99

Tints of Endeavour #204C99

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.12%

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

R = 12.26%
G = 29.12%
B = 58.62%

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

#204C99 (or 0x204C99) is known color: Endeavour. HEX triplet: 20, 4C and 99. RGB value is (32,76,153). Sum of RGB (Red+Green+Blue) = 32+76+153=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #204C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204C99 is #DFB366. Grayscale: #474747. Windows color (decimal): -14660455 or 10046496. OLE color: 10046496.

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

Color convert

RGB 32 76 153 -
CMYK 0.79 0.50 0 0.4
HSL 218.18º 0.65% 0.36% -
HSV(B) 218.18º 0.79% 0.6% -
XYZ 8.93 7.78 31.17 -
YUV 71.62 173.92 99.74 -
System Red Green Blue C M Y K H S L
Decimal 32 76 153 0.79 0.50 0 0.4 218.18 0.65 0.36
Hex 20 4C 99 4F 32 0 28 DA 41 24
Octal 40 114 231 117 62 0 50 332 101 44
Binary 100000 1001100 10011001 1001111 110010 0 101000 11011010 1000001 100100

Color Harmonies of #204C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204C99

Black with #204C99

Text Example


Text Example

White with #204C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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