#334F78

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

Shades of St Tropaz #334F78

Tints of St Tropaz #334F78

Color information

#334F78 (or 0x334F78) is unknown color: approx St Tropaz. HEX triplet: 33, 4F and 78. RGB value is (51,79,120). Sum of RGB (Red+Green+Blue) = 51+79+120=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #334F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F78 is #CCB087. Grayscale: #4B4B4B. Windows color (decimal): -13414536 or 7884595. OLE color: 7884595.

HSL color Cylindrical-coordinate representation of color #334F78: hue angle of 215.65º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #334F78 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5179120-
CMYK0.580.3400.53
HSL215.65º40.35%33.53%-
HSV(B)215.65º57.5%47.06%-
XYZ7.557.6518.85-
YUV75.3153.22110.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.4%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 120 (47.27% from 255) = 48%
R=20.4%
G=31.6%
B=48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51791200.580.3400.53215.6540.3533.53
Hex334F783A22035d82822
Octal6311717072420653305042
Binary11001110011111111000111010100010011010111011000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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