Html Css Color HEX #204C86 Endeavour

📋 copy color: '#204C86'

red 32 ◦ green 76 ◦ blue 134

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

Shades of Endeavour #204C86

Tints of Endeavour #204C86

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

 BLUE value IS 134 (52.73% from 255) = 55.37%

R = 13.22%
G = 31.4%
B = 55.37%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#204C86 (or 0x204C86) is known color: Endeavour. HEX triplet: 20, 4C and 86. RGB value is (32,76,134). Sum of RGB (Red+Green+Blue) = 32+76+134=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #204C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204C86 is #DFB379. Grayscale: #454545. Windows color (decimal): -14660474 or 8801312. OLE color: 8801312.

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

Color convert

RGB 32 76 134 -
CMYK 0.76 0.43 0 0.47
HSL 214.12º 0.61% 0.33% -
HSV(B) 214.12º 0.76% 0.53% -
XYZ 7.48 7.2 23.55 -
YUV 69.46 164.42 101.28 -
System Red Green Blue C M Y K H S L
Decimal 32 76 134 0.76 0.43 0 0.47 214.12 0.61 0.33
Hex 20 4C 86 4C 2B 0 2F D6 3D 21
Octal 40 114 206 114 53 0 57 326 75 41
Binary 100000 1001100 10000110 1001100 101011 0 101111 11010110 111101 100001

Color Harmonies of #204C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204C86

Black with #204C86

Text Example


Text Example

White with #204C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,76,134); }

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

background-color css

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

 a { background-color: rgb(32,76,134); }

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

border-color css

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

 span { border-color: rgb(32,76,134); }

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