#345B92

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

Shades of Endeavour #345B92

Tints of Endeavour #345B92

Color information

#345B92 (or 0x345B92) is unknown color: approx Endeavour. HEX triplet: 34, 5B and 92. RGB value is (52,91,146). Sum of RGB (Red+Green+Blue) = 52+91+146=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #345B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B92 is #CBA46D. Grayscale: #555555. Windows color (decimal): -13345902 or 9591604. OLE color: 9591604.

HSL color Cylindrical-coordinate representation of color #345B92: hue angle of 215.11º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #345B92 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5291146-
CMYK0.640.3800.43
HSL215.11º47.47%38.82%-
HSV(B)215.11º64.38%57.25%-
XYZ10.3510.2928.63-
YUV85.61162.08104.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 91 (35.94% from 255) = 31.49%
BLUE value IS 146 (57.42% from 255) = 50.52%
R=17.99%
G=31.49%
B=50.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52911460.640.3800.43215.1147.4738.82
Hex345B92402602Bd72f27
Octal64133222100460533275747
Binary1101001011011100100101000000100110010101111010111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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