#204B84

Color #204B84 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #204B84

Tints of Endeavour #204B84

Color information

#204B84 (or 0x204B84) is unknown color: approx Endeavour. HEX triplet: 20, 4B and 84. RGB value is (32,75,132). Sum of RGB (Red+Green+Blue) = 32+75+132=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #204B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204B84 is #DFB47B. Grayscale: #444444. Windows color (decimal): -14660732 or 8669984. OLE color: 8669984.

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

Color convert

RGB3275132-
CMYK0.760.4300.48
HSL214.2º60.98%32.16%-
HSV(B)214.2º75.76%51.76%-
XYZ7.287.0122.8-
YUV68.64163.75101.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.39%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 132 (51.95% from 255) = 55.23%
R=13.39%
G=31.38%
B=55.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32751320.760.4300.48214.260.9832.16
Hex204B844C2B030d63d20
Octal40113204114530603267540
Binary1000001001011100001001001100101011011000011010110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #204B84;
 }
 .AnyTagClassName
 {
   color: #204B84;
 }
</style>
background-color css

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

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

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

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

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

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