#375478

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

Shades of St Tropaz #375478

Tints of St Tropaz #375478

Color information

#375478 (or 0x375478) is unknown color: approx St Tropaz. HEX triplet: 37, 54 and 78. RGB value is (55,84,120). Sum of RGB (Red+Green+Blue) = 55+84+120=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #375478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375478 is #C8AB87. Grayscale: #4F4F4F. Windows color (decimal): -13151112 or 7885879. OLE color: 7885879.

HSL color Cylindrical-coordinate representation of color #375478: hue angle of 213.23º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #375478 is Cyan = 0.54, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5584120-
CMYK0.540.300.53
HSL213.23º37.14%34.31%-
HSV(B)213.23º54.17%47.06%-
XYZ8.148.5118.98-
YUV79.43150.89110.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.24%
GREEN value IS 84 (33.20% from 255) = 32.43%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=21.24%
G=32.43%
B=46.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55841200.540.300.53213.2337.1434.31
Hex375478361E035d52522
Octal6712417066360653254542
Binary1101111010100111100011011011110011010111010101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375478; }

 p { color: rgb(55,84,120); }

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

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

 a { background-color: rgb(55,84,120); }

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

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

 span { border-color: rgb(55,84,120); }

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