#344F77

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

Shades of St Tropaz #344F77

Tints of St Tropaz #344F77

Color information

#344F77 (or 0x344F77) is unknown color: approx St Tropaz. HEX triplet: 34, 4F and 77. RGB value is (52,79,119). Sum of RGB (Red+Green+Blue) = 52+79+119=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #344F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F77 is #CBB088. Grayscale: #4B4B4B. Windows color (decimal): -13349001 or 7819060. OLE color: 7819060.

HSL color Cylindrical-coordinate representation of color #344F77: hue angle of 215.82º 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 #344F77 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5279119-
CMYK0.560.3400.53
HSL215.82º39.18%33.53%-
HSV(B)215.82º56.3%46.67%-
XYZ7.547.6518.53-
YUV75.49152.55111.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 119 (46.88% from 255) = 47.6%
R=20.8%
G=31.6%
B=47.6%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52791190.560.3400.53215.8239.1833.53
Hex344F773822035d82722
Octal6411716770420653304742
Binary11010010011111110111111000100010011010111011000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344F77; }

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

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

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

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

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

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

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

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