#2C5C8E

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

Shades of Endeavour #2C5C8E

Tints of Endeavour #2C5C8E

Color information

#2C5C8E (or 0x2C5C8E) is unknown color: approx Endeavour. HEX triplet: 2C, 5C and 8E. RGB value is (44,92,142). Sum of RGB (Red+Green+Blue) = 44+92+142=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C5C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5C8E is #D3A371. Grayscale: #535353. Windows color (decimal): -13869938 or 9329708. OLE color: 9329708.

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

Color convert

RGB4492142-
CMYK0.690.3500.44
HSL210.61º52.69%36.47%-
HSV(B)210.61º69.01%55.69%-
XYZ9.7510.1427.04-
YUV83.35161.199.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.83%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 142 (55.86% from 255) = 51.08%
R=15.83%
G=33.09%
B=51.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal44921420.690.3500.44210.6152.6936.47
Hex2C5C8E452302Cd33524
Octal54134216105430543236544
Binary1011001011100100011101000101100011010110011010011110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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