#2C528B

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

Shades of Endeavour #2C528B

Tints of Endeavour #2C528B

Color information

#2C528B (or 0x2C528B) is unknown color: approx Endeavour. HEX triplet: 2C, 52 and 8B. RGB value is (44,82,139). Sum of RGB (Red+Green+Blue) = 44+82+139=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C528B is #D3AD74. Grayscale: #4C4C4C. Windows color (decimal): -13872501 or 9130540. OLE color: 9130540.

HSL color Cylindrical-coordinate representation of color #2C528B: hue angle of 216º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C528B is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4482139-
CMYK0.680.4100.45
HSL216º51.91%35.88%-
HSV(B)216º68.35%54.51%-
XYZ8.728.4325.59-
YUV77.14162.91104.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.60%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=16.60%
G=30.94%
B=52.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44821390.680.4100.4521651.9135.88
Hex2C528B442902Dd83424
Octal54122213104510553306444
Binary1011001010010100010111000100101001010110111011000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,82,139); }

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

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

 a { background-color: rgb(44,82,139); }

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

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

 span { border-color: rgb(44,82,139); }

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