#345074

Color #345074 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #345074

Tints of St Tropaz #345074

Color information

#345074 (or 0x345074) is unknown color: approx St Tropaz. HEX triplet: 34, 50 and 74. RGB value is (52,80,116). Sum of RGB (Red+Green+Blue) = 52+80+116=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #345074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345074 is #CBAF8B. Grayscale: #4B4B4B. Windows color (decimal): -13348748 or 7622708. OLE color: 7622708.

HSL color Cylindrical-coordinate representation of color #345074: hue angle of 213.75º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #345074 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5280116-
CMYK0.550.3100.55
HSL213.75º38.1%32.94%-
HSV(B)213.75º55.17%45.49%-
XYZ7.447.7317.62-
YUV75.73150.72111.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 116 (45.70% from 255) = 46.77%
R=20.97%
G=32.26%
B=46.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52801160.550.3100.55213.7538.132.94
Hex345074371F037d62621
Octal6412016467370673264641
Binary1101001010000111010011011111111011011111010110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345074; }

 p { color: rgb(52,80,116); }

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

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

 a { background-color: rgb(52,80,116); }

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

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

 span { border-color: rgb(52,80,116); }

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