#204F8A

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

Shades of Endeavour #204F8A

Tints of Endeavour #204F8A

Color information

#204F8A (or 0x204F8A) is unknown color: approx Endeavour. HEX triplet: 20, 4F and 8A. RGB value is (32,79,138). Sum of RGB (Red+Green+Blue) = 32+79+138=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #204F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204F8A is #DFB075. Grayscale: #474747. Windows color (decimal): -14659702 or 9064224. OLE color: 9064224.

HSL color Cylindrical-coordinate representation of color #204F8A: hue angle of 213.4º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #204F8A is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3279138-
CMYK0.770.4300.46
HSL213.4º62.35%33.33%-
HSV(B)213.4º76.81%54.12%-
XYZ7.987.7325.12-
YUV71.67165.4399.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 138 (54.30% from 255) = 55.42%
R=12.85%
G=31.73%
B=55.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32791380.770.4300.46213.462.3533.33
Hex204F8A4D2B02Ed53e21
Octal40117212115530563257641
Binary1000001001111100010101001101101011010111011010101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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