#345B8E

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

Shades of Endeavour #345B8E

Tints of Endeavour #345B8E

Color information

#345B8E (or 0x345B8E) is unknown color: approx Endeavour. HEX triplet: 34, 5B and 8E. RGB value is (52,91,142). Sum of RGB (Red+Green+Blue) = 52+91+142=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #345B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B8E is #CBA471. Grayscale: #545454. Windows color (decimal): -13345906 or 9329460. OLE color: 9329460.

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

Color convert

RGB5291142-
CMYK0.630.3600.44
HSL214º46.39%38.04%-
HSV(B)214º63.38%55.69%-
XYZ10.0410.1727.02-
YUV85.15160.08104.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 142 (55.86% from 255) = 49.82%
R=18.25%
G=31.93%
B=49.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52911420.630.3600.4421446.3938.04
Hex345B8E3F2402Cd62e26
Octal6413321677440543265646
Binary110100101101110001110111111100100010110011010110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,91,142); }

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

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

 a { background-color: rgb(52,91,142); }

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

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

 span { border-color: rgb(52,91,142); }

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