#2D6395

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

Shades of Endeavour #2D6395

Tints of Endeavour #2D6395

Color information

#2D6395 (or 0x2D6395) is unknown color: approx Endeavour. HEX triplet: 2D, 63 and 95. RGB value is (45,99,149). Sum of RGB (Red+Green+Blue) = 45+99+149=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #2D6395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6395 is #D29C6A. Grayscale: #585858. Windows color (decimal): -13802603 or 9790253. OLE color: 9790253.

HSL color Cylindrical-coordinate representation of color #2D6395: hue angle of 208.85º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D6395 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4599149-
CMYK0.700.3400.42
HSL208.85º53.61%38.04%-
HSV(B)208.85º69.8%58.43%-
XYZ10.9711.6530.1-
YUV88.55162.1196.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.36%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 149 (58.59% from 255) = 50.85%
R=15.36%
G=33.79%
B=50.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal45991490.700.3400.42208.8553.6138.04
Hex2D6395462202Ad13626
Octal55143225106420523216646
Binary1011011100011100101011000110100010010101011010001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,99,149); }

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

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

 a { background-color: rgb(45,99,149); }

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

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

 span { border-color: rgb(45,99,149); }

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