#2C528E

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

Shades of Endeavour #2C528E

Tints of Endeavour #2C528E

Color information

#2C528E (or 0x2C528E) is unknown color: approx Endeavour. HEX triplet: 2C, 52 and 8E. RGB value is (44,82,142). Sum of RGB (Red+Green+Blue) = 44+82+142=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C528E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C528E is #D3AD71. Grayscale: #4D4D4D. Windows color (decimal): -13872498 or 9327148. OLE color: 9327148.

HSL color Cylindrical-coordinate representation of color #2C528E: hue angle of 216.73º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C528E is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4482142-
CMYK0.690.4200.44
HSL216.73º52.69%36.47%-
HSV(B)216.73º69.01%55.69%-
XYZ8.948.5226.77-
YUV77.48164.41104.12-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.42%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 142 (55.86% from 255) = 52.99%
R=16.42%
G=30.60%
B=52.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal44821420.690.4200.44216.7352.6936.47
Hex2C528E452A02Cd93524
Octal54122216105520543316544
Binary1011001010010100011101000101101010010110011011001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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