#375277

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

Shades of St Tropaz #375277

Tints of St Tropaz #375277

Color information

#375277 (or 0x375277) is unknown color: approx St Tropaz. HEX triplet: 37, 52 and 77. RGB value is (55,82,119). Sum of RGB (Red+Green+Blue) = 55+82+119=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #375277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375277 is #C8AD88. Grayscale: #4D4D4D. Windows color (decimal): -13151625 or 7819831. OLE color: 7819831.

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

Color convert

RGB5582119-
CMYK0.540.3100.53
HSL214.69º36.78%34.12%-
HSV(B)214.69º53.78%46.67%-
XYZ7.928.1818.61-
YUV78.15151.05111.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=21.48%
G=32.03%
B=46.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55821190.540.3100.53214.6936.7834.12
Hex375277361F035d72522
Octal6712216766370653274542
Binary1101111010010111011111011011111011010111010111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375277; }

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

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

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

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

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

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

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

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