Html Css Color HEX #204985 Endeavour

📋 copy color: '#204985'

red 32 ◦ green 73 ◦ blue 133

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

Shades of Endeavour #204985

Tints of Endeavour #204985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.67%

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

R = 13.45%
G = 30.67%
B = 55.88%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#204985 (or 0x204985) is known color: Endeavour. HEX triplet: 20, 49 and 85. RGB value is (32,73,133). Sum of RGB (Red+Green+Blue) = 32+73+133=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #204985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204985 is #DFB67A. Grayscale: #434343. Windows color (decimal): -14661243 or 8735008. OLE color: 8735008.

HSL color Cylindrical-coordinate representation of color #204985: hue angle of 215.64º 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 #204985 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 73 133 -
CMYK 0.76 0.45 0 0.48
HSL 215.64º 0.61% 0.32% -
HSV(B) 215.64º 0.76% 0.52% -
XYZ 7.21 6.77 23.12 -
YUV 67.58 164.92 102.62 -
System Red Green Blue C M Y K H S L
Decimal 32 73 133 0.76 0.45 0 0.48 215.64 0.61 0.32
Hex 20 49 85 4C 2D 0 30 D8 3D 20
Octal 40 111 205 114 55 0 60 330 75 40
Binary 100000 1001001 10000101 1001100 101101 0 110000 11011000 111101 100000

Color Harmonies of #204985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204985

Black with #204985

Text Example


Text Example

White with #204985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204985; }

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

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

background-color css

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

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

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

border-color css

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

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

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