Html Css Color HEX #204792 Endeavour

📋 copy color: '#204792'

red 32 ◦ green 71 ◦ blue 146

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

Shades of Endeavour #204792

Tints of Endeavour #204792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.51%

 BLUE value IS 146 (57.42% from 255) = 58.63%

R = 12.85%
G = 28.51%
B = 58.63%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#204792 (or 0x204792) is known color: Endeavour. HEX triplet: 20, 47 and 92. RGB value is (32,71,146). Sum of RGB (Red+Green+Blue) = 32+71+146=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #204792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204792 is #DFB86D. Grayscale: #434343. Windows color (decimal): -14661742 or 9586464. OLE color: 9586464.

HSL color Cylindrical-coordinate representation of color #204792: hue angle of 219.47º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #204792 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 71 146 -
CMYK 0.78 0.51 0 0.43
HSL 219.47º 0.64% 0.35% -
HSV(B) 219.47º 0.78% 0.57% -
XYZ 8.04 6.89 28.1 -
YUV 67.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 32 71 146 0.78 0.51 0 0.43 219.47 0.64 0.35
Hex 20 47 92 4E 33 0 2B DB 40 23
Octal 40 107 222 116 63 0 53 333 100 43
Binary 100000 1000111 10010010 1001110 110011 0 101011 11011011 1000000 100011

Color Harmonies of #204792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204792

Black with #204792

Text Example


Text Example

White with #204792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204792; }

 p { color: rgb(32,71,146); }

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

background-color css

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

 a { background-color: rgb(32,71,146); }

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

border-color css

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

 span { border-color: rgb(32,71,146); }

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