#334C70

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

Shades of St Tropaz #334C70

Tints of St Tropaz #334C70

Color information

#334C70 (or 0x334C70) is unknown color: approx St Tropaz. HEX triplet: 33, 4C and 70. RGB value is (51,76,112). Sum of RGB (Red+Green+Blue) = 51+76+112=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #334C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C70 is #CCB38F. Grayscale: #484848. Windows color (decimal): -13415312 or 7359539. OLE color: 7359539.

HSL color Cylindrical-coordinate representation of color #334C70: hue angle of 215.41º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #334C70 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5176112-
CMYK0.540.3200.56
HSL215.41º37.42%31.96%-
HSV(B)215.41º54.46%43.92%-
XYZ6.877.0416.33-
YUV72.63150.22112.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 76 (30.08% from 255) = 31.80%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=21.34%
G=31.80%
B=46.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51761120.540.3200.56215.4137.4231.96
Hex334C703620038d72520
Octal6311416066400703274540
Binary11001110011001110000110110100000011100011010111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,76,112); }

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

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

 a { background-color: rgb(51,76,112); }

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

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

 span { border-color: rgb(51,76,112); }

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