#2D6490

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

Shades of Endeavour #2D6490

Tints of Endeavour #2D6490

Color information

#2D6490 (or 0x2D6490) is unknown color: approx Endeavour. HEX triplet: 2D, 64 and 90. RGB value is (45,100,144). Sum of RGB (Red+Green+Blue) = 45+100+144=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #2D6490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6490 is #D29B6F. Grayscale: #585858. Windows color (decimal): -13802352 or 9462829. OLE color: 9462829.

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

Color convert

RGB45100144-
CMYK0.690.3100.44
HSL206.67º52.38%37.06%-
HSV(B)206.67º68.75%56.47%-
XYZ10.6711.6928.08-
YUV88.57159.2896.92-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.57%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 144 (56.64% from 255) = 49.83%
R=15.57%
G=34.60%
B=49.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal451001440.690.3100.44206.6752.3837.06
Hex2D6490451F02Ccf3425
Octal55144220105370543176445
Binary101101110010010010000100010111111010110011001111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,100,144); }

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

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

 a { background-color: rgb(45,100,144); }

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

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

 span { border-color: rgb(45,100,144); }

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