#2052A0

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

Shades of Endeavour #2052A0

Tints of Endeavour #2052A0

Color information

#2052A0 (or 0x2052A0) is unknown color: approx Endeavour. HEX triplet: 20, 52 and A0. RGB value is (32,82,160). Sum of RGB (Red+Green+Blue) = 32+82+160=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 160 (62.89% from 255 or 58.39% from 274); Max value from RGB is 160 - color contains mainly: blue. Hex color #2052A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2052A0 is #DFAD5F. Grayscale: #4B4B4B. Windows color (decimal): -14658912 or 10506784. OLE color: 10506784.

HSL color Cylindrical-coordinate representation of color #2052A0: hue angle of 216.56º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2052A0 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3282160-
CMYK0.800.4900.37
HSL216.56º66.67%37.65%-
HSV(B)216.56º80%62.75%-
XYZ9.968.8834.45-
YUV75.94175.4496.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.68%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 160 (62.89% from 255) = 58.39%
R=11.68%
G=29.93%
B=58.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal32821600.800.4900.37216.5666.6737.65
Hex2052A05031025d94326
Octal401222401206104533110346
Binary10000010100101010000010100001100010100101110110011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2052A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2052A0; }

 p { color: rgb(32,82,160); }

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

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

 a { background-color: rgb(32,82,160); }

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

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

 span { border-color: rgb(32,82,160); }

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