#345F96

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

Shades of Endeavour #345F96

Tints of Endeavour #345F96

Color information

#345F96 (or 0x345F96) is unknown color: approx Endeavour. HEX triplet: 34, 5F and 96. RGB value is (52,95,150). Sum of RGB (Red+Green+Blue) = 52+95+150=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #345F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F96 is #CBA069. Grayscale: #585858. Windows color (decimal): -13344874 or 9854772. OLE color: 9854772.

HSL color Cylindrical-coordinate representation of color #345F96: hue angle of 213.67º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #345F96 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5295150-
CMYK0.650.3700.41
HSL213.67º48.51%39.61%-
HSV(B)213.67º65.33%58.82%-
XYZ11.0111.1230.42-
YUV88.41162.75102.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 150 (58.98% from 255) = 50.51%
R=17.51%
G=31.99%
B=50.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52951500.650.3700.41213.6748.5139.61
Hex345F964125029d63128
Octal64137226101450513266150
Binary1101001011111100101101000001100101010100111010110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,95,150); }

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

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

 a { background-color: rgb(52,95,150); }

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

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

 span { border-color: rgb(52,95,150); }

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