#2C538A

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

Shades of Endeavour #2C538A

Tints of Endeavour #2C538A

Color information

#2C538A (or 0x2C538A) is unknown color: approx Endeavour. HEX triplet: 2C, 53 and 8A. RGB value is (44,83,138). Sum of RGB (Red+Green+Blue) = 44+83+138=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C538A is #D3AC75. Grayscale: #4D4D4D. Windows color (decimal): -13872246 or 9065260. OLE color: 9065260.

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

Color convert

RGB4483138-
CMYK0.680.4000.46
HSL215.11º51.65%35.69%-
HSV(B)215.11º68.12%54.12%-
XYZ8.728.5625.24-
YUV77.61162.08104.03-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.60%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 138 (54.30% from 255) = 52.08%
R=16.60%
G=31.32%
B=52.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal44831380.680.4000.46215.1151.6535.69
Hex2C538A442802Ed73424
Octal54123212104500563276444
Binary1011001010011100010101000100101000010111011010111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,83,138); }

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

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

 a { background-color: rgb(44,83,138); }

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

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

 span { border-color: rgb(44,83,138); }

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