#345E8B

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

Shades of Endeavour #345E8B

Tints of Endeavour #345E8B

Color information

#345E8B (or 0x345E8B) is unknown color: approx Endeavour. HEX triplet: 34, 5E and 8B. RGB value is (52,94,139). Sum of RGB (Red+Green+Blue) = 52+94+139=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #345E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E8B is #CBA174. Grayscale: #565656. Windows color (decimal): -13345141 or 9133620. OLE color: 9133620.

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

Color convert

RGB5294139-
CMYK0.630.3200.45
HSL211.03º45.55%37.45%-
HSV(B)211.03º62.59%54.51%-
XYZ10.0810.625.94-
YUV86.57157.59103.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=18.25%
G=32.98%
B=48.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52941390.630.3200.45211.0345.5537.45
Hex345E8B3F2002Dd32e25
Octal6413621377400553235645
Binary110100101111010001011111111100000010110111010011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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