#345077

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

Shades of St Tropaz #345077

Tints of St Tropaz #345077

Color information

#345077 (or 0x345077) is unknown color: approx St Tropaz. HEX triplet: 34, 50 and 77. RGB value is (52,80,119). Sum of RGB (Red+Green+Blue) = 52+80+119=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #345077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345077 is #CBAF88. Grayscale: #4B4B4B. Windows color (decimal): -13348745 or 7819316. OLE color: 7819316.

HSL color Cylindrical-coordinate representation of color #345077: hue angle of 214.93º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345077 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5280119-
CMYK0.560.3300.53
HSL214.93º39.18%33.53%-
HSV(B)214.93º56.3%46.67%-
XYZ7.617.818.56-
YUV76.07152.22110.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 119 (46.88% from 255) = 47.41%
R=20.72%
G=31.87%
B=47.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52801190.560.3300.53214.9339.1833.53
Hex3450773821035d72722
Octal6412016770410653274742
Binary11010010100001110111111000100001011010111010111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345077; }

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

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

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

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

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

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

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

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