Html Css Color HEX #204F84 Endeavour

📋 copy color: '#204F84'

red 32 ◦ green 79 ◦ blue 132

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

Shades of Endeavour #204F84

Tints of Endeavour #204F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 54.32%

R = 13.17%
G = 32.51%
B = 54.32%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#204F84 (or 0x204F84) is known color: Endeavour. HEX triplet: 20, 4F and 84. RGB value is (32,79,132). Sum of RGB (Red+Green+Blue) = 32+79+132=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #204F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204F84 is #DFB07B. Grayscale: #464646. Windows color (decimal): -14659708 or 8671008. OLE color: 8671008.

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

Color convert

RGB 32 79 132 -
CMYK 0.76 0.40 0 0.48
HSL 211.8º 0.61% 0.32% -
HSV(B) 211.8º 0.76% 0.52% -
XYZ 7.56 7.56 22.89 -
YUV 70.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 32 79 132 0.76 0.40 0 0.48 211.8 0.61 0.32
Hex 20 4F 84 4C 28 0 30 D4 3D 20
Octal 40 117 204 114 50 0 60 324 75 40
Binary 100000 1001111 10000100 1001100 101000 0 110000 11010100 111101 100000

Color Harmonies of #204F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204F84

Black with #204F84

Text Example


Text Example

White with #204F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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