#375278

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

Shades of St Tropaz #375278

Tints of St Tropaz #375278

Color information

#375278 (or 0x375278) is unknown color: approx St Tropaz. HEX triplet: 37, 52 and 78. RGB value is (55,82,120). Sum of RGB (Red+Green+Blue) = 55+82+120=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #375278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375278 is #C8AD87. Grayscale: #4E4E4E. Windows color (decimal): -13151624 or 7885367. OLE color: 7885367.

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

Color convert

RGB5582120-
CMYK0.540.3200.53
HSL215.08º37.14%34.31%-
HSV(B)215.08º54.17%47.06%-
XYZ7.988.218.93-
YUV78.26151.55111.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=21.40%
G=31.91%
B=46.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55821200.540.3200.53215.0837.1434.31
Hex3752783620035d72522
Octal6712217066400653274542
Binary11011110100101111000110110100000011010111010111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375278; }

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

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

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

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

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

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

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

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