#334D72

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

Shades of St Tropaz #334D72

Tints of St Tropaz #334D72

Color information

#334D72 (or 0x334D72) is unknown color: approx St Tropaz. HEX triplet: 33, 4D and 72. RGB value is (51,77,114). Sum of RGB (Red+Green+Blue) = 51+77+114=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #334D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D72 is #CCB28D. Grayscale: #494949. Windows color (decimal): -13415054 or 7490867. OLE color: 7490867.

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

Color convert

RGB5177114-
CMYK0.550.3200.55
HSL215.24º38.18%32.35%-
HSV(B)215.24º55.26%44.71%-
XYZ7.067.2316.94-
YUV73.44150.89111.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=21.07%
G=31.82%
B=47.11%

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
Decimal51771140.550.3200.55215.2438.1832.35
Hex334D723720037d72620
Octal6311516267400673274640
Binary11001110011011110010110111100000011011111010111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334D72; }

 p { color: rgb(51,77,114); }

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

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

 a { background-color: rgb(51,77,114); }

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

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

 span { border-color: rgb(51,77,114); }

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