#375492

Color #375492 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #375492

Tints of Tory Blue #375492

Color information

#375492 (or 0x375492) is unknown color: approx Tory Blue. HEX triplet: 37, 54 and 92. RGB value is (55,84,146). Sum of RGB (Red+Green+Blue) = 55+84+146=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #375492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375492 is #C8AB6D. Grayscale: #525252. Windows color (decimal): -13151086 or 9589815. OLE color: 9589815.

HSL color Cylindrical-coordinate representation of color #375492: hue angle of 220.88º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #375492 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5584146-
CMYK0.620.4200.43
HSL220.88º45.27%39.41%-
HSV(B)220.88º62.33%57.25%-
XYZ9.939.2328.45-
YUV82.4163.89108.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=19.30%
G=29.47%
B=51.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55841460.620.4200.43220.8845.2739.41
Hex3754923E2A02Bdd2d27
Octal6712422276520533355547
Binary110111101010010010010111110101010010101111011101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375492; }

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

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

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

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

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

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

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

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