#375680

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

Shades of St Tropaz #375680

Tints of St Tropaz #375680

Color information

#375680 (or 0x375680) is unknown color: approx St Tropaz. HEX triplet: 37, 56 and 80. RGB value is (55,86,128). Sum of RGB (Red+Green+Blue) = 55+86+128=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #375680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375680 is #C8A97F. Grayscale: #515151. Windows color (decimal): -13150592 or 8410679. OLE color: 8410679.

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

Color convert

RGB5586128-
CMYK0.570.3300.50
HSL214.52º39.89%35.88%-
HSV(B)214.52º57.03%50.2%-
XYZ8.89.0321.7-
YUV81.52154.23109.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 128 (50.39% from 255) = 47.58%
R=20.45%
G=31.97%
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.50
SystemRedGreenBlueCMYKHSL
Decimal55861280.570.3300.50214.5239.8935.88
Hex3756803921032d72824
Octal6712620071410623275044
Binary110111101011010000000111001100001011001011010111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375680; }

 p { color: rgb(55,86,128); }

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

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

 a { background-color: rgb(55,86,128); }

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

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

 span { border-color: rgb(55,86,128); }

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