Html Css Color HEX #204A9D Endeavour

📋 copy color: '#204A9D'

red 32 ◦ green 74 ◦ blue 157

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

Shades of Endeavour #204A9D

Tints of Endeavour #204A9D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.14%

 BLUE value IS 157 (61.72% from 255) = 59.7%

R = 12.17%
G = 28.14%
B = 59.7%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#204A9D (or 0x204A9D) is known color: Endeavour. HEX triplet: 20, 4A and 9D. RGB value is (32,74,157). Sum of RGB (Red+Green+Blue) = 32+74+157=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #204A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204A9D is #DFB562. Grayscale: #464646. Windows color (decimal): -14660963 or 10308128. OLE color: 10308128.

HSL color Cylindrical-coordinate representation of color #204A9D: hue angle of 219.84º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #204A9D is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 74 157 -
CMYK 0.80 0.53 0 0.38
HSL 219.84º 0.66% 0.37% -
HSV(B) 219.84º 0.8% 0.62% -
XYZ 9.13 7.64 32.89 -
YUV 70.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 32 74 157 0.80 0.53 0 0.38 219.84 0.66 0.37
Hex 20 4A 9D 50 35 0 26 DC 42 25
Octal 40 112 235 120 65 0 46 334 102 45
Binary 100000 1001010 10011101 1010000 110101 0 100110 11011100 1000010 100101

Color Harmonies of #204A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204A9D

Black with #204A9D

Text Example


Text Example

White with #204A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,74,157); }

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

background-color css

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

 a { background-color: rgb(32,74,157); }

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

border-color css

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

 span { border-color: rgb(32,74,157); }

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