#2D648C

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

Shades of Endeavour #2D648C

Tints of Endeavour #2D648C

Color information

#2D648C (or 0x2D648C) is unknown color: approx Endeavour. HEX triplet: 2D, 64 and 8C. RGB value is (45,100,140). Sum of RGB (Red+Green+Blue) = 45+100+140=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D648C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D648C is #D29B73. Grayscale: #575757. Windows color (decimal): -13802356 or 9200685. OLE color: 9200685.

HSL color Cylindrical-coordinate representation of color #2D648C: hue angle of 205.26º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D648C is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB45100140-
CMYK0.680.2900.45
HSL205.26º51.35%36.27%-
HSV(B)205.26º67.86%54.9%-
XYZ10.3711.5726.5-
YUV88.12157.2897.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.79%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 140 (55.08% from 255) = 49.12%
R=15.79%
G=35.09%
B=49.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal451001400.680.2900.45205.2651.3536.27
Hex2D648C441D02Dcd3324
Octal55144214104350553156344
Binary101101110010010001100100010011101010110111001101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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