#2D668E

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

Shades of Endeavour #2D668E

Tints of Endeavour #2D668E

Color information

#2D668E (or 0x2D668E) is unknown color: approx Endeavour. HEX triplet: 2D, 66 and 8E. RGB value is (45,102,142). Sum of RGB (Red+Green+Blue) = 45+102+142=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #2D668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D668E is #D29971. Grayscale: #595959. Windows color (decimal): -13801842 or 9332269. OLE color: 9332269.

HSL color Cylindrical-coordinate representation of color #2D668E: hue angle of 204.74º 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 #2D668E is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB45102142-
CMYK0.680.2800.44
HSL204.74º51.87%36.67%-
HSV(B)204.74º68.31%55.69%-
XYZ10.7212.0127.35-
YUV89.52157.6296.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.57%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=15.57%
G=35.29%
B=49.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal451021420.680.2800.44204.7451.8736.67
Hex2D668E441C02Ccd3425
Octal55146216104340543156445
Binary101101110011010001110100010011100010110011001101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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