#2C568E

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

Shades of Endeavour #2C568E

Tints of Endeavour #2C568E

Color information

#2C568E (or 0x2C568E) is unknown color: approx Endeavour. HEX triplet: 2C, 56 and 8E. RGB value is (44,86,142). Sum of RGB (Red+Green+Blue) = 44+86+142=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C568E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C568E is #D3A971. Grayscale: #4F4F4F. Windows color (decimal): -13871474 or 9328172. OLE color: 9328172.

HSL color Cylindrical-coordinate representation of color #2C568E: hue angle of 214.29º 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 #2C568E is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4486142-
CMYK0.690.3900.44
HSL214.29º52.69%36.47%-
HSV(B)214.29º69.01%55.69%-
XYZ9.259.1426.87-
YUV79.83163.09102.45-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.18%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=16.18%
G=31.62%
B=52.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal44861420.690.3900.44214.2952.6936.47
Hex2C568E452702Cd63524
Octal54126216105470543266544
Binary1011001010110100011101000101100111010110011010110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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