#2D548E

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

Shades of Endeavour #2D548E

Tints of Endeavour #2D548E

Color information

#2D548E (or 0x2D548E) is unknown color: approx Endeavour. HEX triplet: 2D, 54 and 8E. RGB value is (45,84,142). Sum of RGB (Red+Green+Blue) = 45+84+142=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #2D548E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D548E is #D2AB71. Grayscale: #4E4E4E. Windows color (decimal): -13806450 or 9327661. OLE color: 9327661.

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

Color convert

RGB4584142-
CMYK0.680.4100.44
HSL215.88º51.87%36.67%-
HSV(B)215.88º68.31%55.69%-
XYZ9.138.8526.82-
YUV78.95163.58103.78-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.61%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 142 (55.86% from 255) = 52.40%
R=16.61%
G=31.00%
B=52.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal45841420.680.4100.44215.8851.8736.67
Hex2D548E442902Cd83425
Octal55124216104510543306445
Binary1011011010100100011101000100101001010110011011000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,84,142); }

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

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

 a { background-color: rgb(45,84,142); }

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

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

 span { border-color: rgb(45,84,142); }

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