#334F76

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

Shades of St Tropaz #334F76

Tints of St Tropaz #334F76

Color information

#334F76 (or 0x334F76) is unknown color: approx St Tropaz. HEX triplet: 33, 4F and 76. RGB value is (51,79,118). Sum of RGB (Red+Green+Blue) = 51+79+118=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #334F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F76 is #CCB089. Grayscale: #4A4A4A. Windows color (decimal): -13414538 or 7753523. OLE color: 7753523.

HSL color Cylindrical-coordinate representation of color #334F76: hue angle of 214.93º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #334F76 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5179118-
CMYK0.570.3300.54
HSL214.93º39.64%33.14%-
HSV(B)214.93º56.78%46.27%-
XYZ7.437.618.22-
YUV75.07152.22110.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.56%
GREEN value IS 79 (31.25% from 255) = 31.85%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=20.56%
G=31.85%
B=47.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51791180.570.3300.54214.9339.6433.14
Hex334F763921036d72821
Octal6311716671410663275041
Binary11001110011111110110111001100001011011011010111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,79,118); }

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

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

 a { background-color: rgb(51,79,118); }

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

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

 span { border-color: rgb(51,79,118); }

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