Html Css Color HEX #204F87 Endeavour

📋 copy color: '#204F87'

red 32 ◦ green 79 ◦ blue 135

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

Shades of Endeavour #204F87

Tints of Endeavour #204F87

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.11%

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

R = 13.01%
G = 32.11%
B = 54.88%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#204F87 (or 0x204F87) is known color: Endeavour. HEX triplet: 20, 4F and 87. RGB value is (32,79,135). Sum of RGB (Red+Green+Blue) = 32+79+135=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #204F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204F87 is #DFB078. Grayscale: #474747. Windows color (decimal): -14659705 or 8867616. OLE color: 8867616.

HSL color Cylindrical-coordinate representation of color #204F87: hue angle of 212.62º 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 #204F87 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 79 135 -
CMYK 0.76 0.41 0 0.47
HSL 212.62º 0.62% 0.33% -
HSV(B) 212.62º 0.76% 0.53% -
XYZ 7.76 7.65 23.99 -
YUV 71.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 32 79 135 0.76 0.41 0 0.47 212.62 0.62 0.33
Hex 20 4F 87 4C 29 0 2F D5 3E 21
Octal 40 117 207 114 51 0 57 325 76 41
Binary 100000 1001111 10000111 1001100 101001 0 101111 11010101 111110 100001

Color Harmonies of #204F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204F87

Black with #204F87

Text Example


Text Example

White with #204F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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