Html Css Color HEX #204987 Endeavour

📋 copy color: '#204987'

red 32 ◦ green 73 ◦ blue 135

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

Shades of Endeavour #204987

Tints of Endeavour #204987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 56.25%

R = 13.33%
G = 30.42%
B = 56.25%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#204987 (or 0x204987) is known color: Endeavour. HEX triplet: 20, 49 and 87. RGB value is (32,73,135). Sum of RGB (Red+Green+Blue) = 32+73+135=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #204987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204987 is #DFB678. Grayscale: #434343. Windows color (decimal): -14661241 or 8866080. OLE color: 8866080.

HSL color Cylindrical-coordinate representation of color #204987: hue angle of 216.12º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204987 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 73 135 -
CMYK 0.76 0.46 0 0.47
HSL 216.12º 0.62% 0.33% -
HSV(B) 216.12º 0.76% 0.53% -
XYZ 7.35 6.82 23.85 -
YUV 67.81 165.92 102.46 -
System Red Green Blue C M Y K H S L
Decimal 32 73 135 0.76 0.46 0 0.47 216.12 0.62 0.33
Hex 20 49 87 4C 2E 0 2F D8 3E 21
Octal 40 111 207 114 56 0 57 330 76 41
Binary 100000 1001001 10000111 1001100 101110 0 101111 11011000 111110 100001

Color Harmonies of #204987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204987

Black with #204987

Text Example


Text Example

White with #204987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204987; }

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

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

background-color css

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

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

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

border-color css

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

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

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