#345B8B

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

Shades of Endeavour #345B8B

Tints of Endeavour #345B8B

Color information

#345B8B (or 0x345B8B) is unknown color: approx Endeavour. HEX triplet: 34, 5B and 8B. RGB value is (52,91,139). Sum of RGB (Red+Green+Blue) = 52+91+139=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #345B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B8B is #CBA474. Grayscale: #545454. Windows color (decimal): -13345909 or 9132852. OLE color: 9132852.

HSL color Cylindrical-coordinate representation of color #345B8B: hue angle of 213.1º 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 #345B8B is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5291139-
CMYK0.630.3500.45
HSL213.1º45.55%37.45%-
HSV(B)213.1º62.59%54.51%-
XYZ9.8210.0825.85-
YUV84.81158.58104.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 139 (54.69% from 255) = 49.29%
R=18.44%
G=32.27%
B=49.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52911390.630.3500.45213.145.5537.45
Hex345B8B3F2302Dd52e25
Octal6413321377430553255645
Binary110100101101110001011111111100011010110111010101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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