#334E72

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

Shades of St Tropaz #334E72

Tints of St Tropaz #334E72

Color information

#334E72 (or 0x334E72) is unknown color: approx St Tropaz. HEX triplet: 33, 4E and 72. RGB value is (51,78,114). Sum of RGB (Red+Green+Blue) = 51+78+114=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #334E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E72 is #CCB18D. Grayscale: #494949. Windows color (decimal): -13414798 or 7491123. OLE color: 7491123.

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

Color convert

RGB5178114-
CMYK0.550.3200.55
HSL214.29º38.18%32.35%-
HSV(B)214.29º55.26%44.71%-
XYZ7.137.3716.97-
YUV74.03150.55111.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.99%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=20.99%
G=32.10%
B=46.91%

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
Decimal51781140.550.3200.55214.2938.1832.35
Hex334E723720037d62620
Octal6311616267400673264640
Binary11001110011101110010110111100000011011111010110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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