#204F8B

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

Shades of Endeavour #204F8B

Tints of Endeavour #204F8B

Color information

#204F8B (or 0x204F8B) is unknown color: approx Endeavour. HEX triplet: 20, 4F and 8B. RGB value is (32,79,139). Sum of RGB (Red+Green+Blue) = 32+79+139=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #204F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204F8B is #DFB074. Grayscale: #474747. Windows color (decimal): -14659701 or 9129760. OLE color: 9129760.

HSL color Cylindrical-coordinate representation of color #204F8B: hue angle of 213.64º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #204F8B is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3279139-
CMYK0.770.4300.45
HSL213.64º62.57%33.53%-
HSV(B)213.64º76.98%54.51%-
XYZ8.057.7625.5-
YUV71.79165.9399.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 139 (54.69% from 255) = 55.6%
R=12.8%
G=31.6%
B=55.6%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32791390.770.4300.45213.6462.5733.53
Hex204F8B4D2B02Dd63f22
Octal40117213115530553267742
Binary1000001001111100010111001101101011010110111010110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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