#375092

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

Shades of Tory Blue #375092

Tints of Tory Blue #375092

Color information

#375092 (or 0x375092) is unknown color: approx Tory Blue. HEX triplet: 37, 50 and 92. RGB value is (55,80,146). Sum of RGB (Red+Green+Blue) = 55+80+146=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #375092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375092 is #C8AF6D. Grayscale: #4F4F4F. Windows color (decimal): -13152110 or 9588791. OLE color: 9588791.

HSL color Cylindrical-coordinate representation of color #375092: hue angle of 223.52º 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 #375092 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5580146-
CMYK0.620.4500.43
HSL223.52º45.27%39.41%-
HSV(B)223.52º62.33%57.25%-
XYZ9.638.6228.35-
YUV80.05165.22110.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.57%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=19.57%
G=28.47%
B=51.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55801460.620.4500.43223.5245.2739.41
Hex3750923E2D02Be02d27
Octal6712022276550533405547
Binary110111101000010010010111110101101010101111100000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375092; }

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

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

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

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

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

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

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

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