#345E8D

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

Shades of Endeavour #345E8D

Tints of Endeavour #345E8D

Color information

#345E8D (or 0x345E8D) is unknown color: approx Endeavour. HEX triplet: 34, 5E and 8D. RGB value is (52,94,141). Sum of RGB (Red+Green+Blue) = 52+94+141=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #345E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E8D is #CBA172. Grayscale: #565656. Windows color (decimal): -13345139 or 9264692. OLE color: 9264692.

HSL color Cylindrical-coordinate representation of color #345E8D: hue angle of 211.69º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #345E8D is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5294141-
CMYK0.630.3300.45
HSL211.69º46.11%37.84%-
HSV(B)211.69º63.12%55.29%-
XYZ10.2310.6626.72-
YUV86.8158.59103.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.12%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=18.12%
G=32.75%
B=49.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52941410.630.3300.45211.6946.1137.84
Hex345E8D3F2102Dd42e26
Octal6413621577410553245646
Binary110100101111010001101111111100001010110111010100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345E8D; }

 p { color: rgb(52,94,141); }

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

<style>
 a { background-color: #345E8D; }

 a { background-color: rgb(52,94,141); }

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

<style>
 span { border-color: #345E8D; }

 span { border-color: rgb(52,94,141); }

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