#345F93

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

Shades of Endeavour #345F93

Tints of Endeavour #345F93

Color information

#345F93 (or 0x345F93) is unknown color: approx Endeavour. HEX triplet: 34, 5F and 93. RGB value is (52,95,147). Sum of RGB (Red+Green+Blue) = 52+95+147=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #345F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F93 is #CBA06C. Grayscale: #575757. Windows color (decimal): -13344877 or 9658164. OLE color: 9658164.

HSL color Cylindrical-coordinate representation of color #345F93: hue angle of 212.84º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #345F93 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5295147-
CMYK0.650.3500.42
HSL212.84º47.74%39.02%-
HSV(B)212.84º64.63%57.65%-
XYZ10.7711.0229.16-
YUV88.07161.25102.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 95 (37.5% from 255) = 32.31%
BLUE value IS 147 (57.81% from 255) = 50%
R=17.69%
G=32.31%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52951470.650.3500.42212.8447.7439.02
Hex345F93412302Ad53027
Octal64137223101430523256047
Binary1101001011111100100111000001100011010101011010101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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