Html Css Color HEX #204D85 Endeavour

📋 copy color: '#204D85'

red 32 ◦ green 77 ◦ blue 133

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

Shades of Endeavour #204D85

Tints of Endeavour #204D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 54.96%

R = 13.22%
G = 31.82%
B = 54.96%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#204D85 (or 0x204D85) is known color: Endeavour. HEX triplet: 20, 4D and 85. RGB value is (32,77,133). Sum of RGB (Red+Green+Blue) = 32+77+133=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #204D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204D85 is #DFB27A. Grayscale: #454545. Windows color (decimal): -14660219 or 8736032. OLE color: 8736032.

HSL color Cylindrical-coordinate representation of color #204D85: hue angle of 213.27º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204D85 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 77 133 -
CMYK 0.76 0.42 0 0.48
HSL 213.27º 0.61% 0.32% -
HSV(B) 213.27º 0.76% 0.52% -
XYZ 7.48 7.31 23.21 -
YUV 69.93 163.59 100.95 -
System Red Green Blue C M Y K H S L
Decimal 32 77 133 0.76 0.42 0 0.48 213.27 0.61 0.32
Hex 20 4D 85 4C 2A 0 30 D5 3D 20
Octal 40 115 205 114 52 0 60 325 75 40
Binary 100000 1001101 10000101 1001100 101010 0 110000 11010101 111101 100000

Color Harmonies of #204D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204D85

Black with #204D85

Text Example


Text Example

White with #204D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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