#2B52A0

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

Shades of Endeavour #2B52A0

Tints of Endeavour #2B52A0

Color information

#2B52A0 (or 0x2B52A0) is unknown color: approx Endeavour. HEX triplet: 2B, 52 and A0. RGB value is (43,82,160). Sum of RGB (Red+Green+Blue) = 43+82+160=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 160 (62.89% from 255 or 56.14% from 285); Max value from RGB is 160 - color contains mainly: blue. Hex color #2B52A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B52A0 is #D4AD5F. Grayscale: #4E4E4E. Windows color (decimal): -13938016 or 10506795. OLE color: 10506795.

HSL color Cylindrical-coordinate representation of color #2B52A0: hue angle of 220º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B52A0 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4382160-
CMYK0.730.4900.37
HSL220º57.64%39.8%-
HSV(B)220º73.12%62.75%-
XYZ10.369.0934.47-
YUV79.23173.58102.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 160 (62.89% from 255) = 56.14%
R=15.09%
G=28.77%
B=56.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal43821600.730.4900.3722057.6439.8
Hex2B52A04931025dc3a28
Octal53122240111610453347250
Binary1010111010010101000001001001110001010010111011100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B52A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B52A0; }

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

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

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

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

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

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

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

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