#344F74

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

Shades of St Tropaz #344F74

Tints of St Tropaz #344F74

Color information

#344F74 (or 0x344F74) is unknown color: approx St Tropaz. HEX triplet: 34, 4F and 74. RGB value is (52,79,116). Sum of RGB (Red+Green+Blue) = 52+79+116=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #344F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F74 is #CBB08B. Grayscale: #4A4A4A. Windows color (decimal): -13349004 or 7622452. OLE color: 7622452.

HSL color Cylindrical-coordinate representation of color #344F74: hue angle of 214.69º 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 #344F74 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5279116-
CMYK0.550.3200.55
HSL214.69º38.1%32.94%-
HSV(B)214.69º55.17%45.49%-
XYZ7.367.5817.6-
YUV75.14151.05111.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 116 (45.70% from 255) = 46.96%
R=21.05%
G=31.98%
B=46.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52791160.550.3200.55214.6938.132.94
Hex344F743720037d72621
Octal6411716467400673274641
Binary11010010011111110100110111100000011011111010111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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