#374581

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

Shades of Tory Blue #374581

Tints of Tory Blue #374581

Color information

#374581 (or 0x374581) is unknown color: approx Tory Blue. HEX triplet: 37, 45 and 81. RGB value is (55,69,129). Sum of RGB (Red+Green+Blue) = 55+69+129=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #374581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374581 is #C8BA7E. Grayscale: #474747. Windows color (decimal): -13154943 or 8471863. OLE color: 8471863.

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

Color convert

RGB5569129-
CMYK0.570.4700.49
HSL228.65º40.22%36.08%-
HSV(B)228.65º57.36%50.59%-
XYZ7.676.6521.65-
YUV71.65160.36116.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 129 (50.78% from 255) = 50.99%
R=21.74%
G=27.27%
B=50.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55691290.570.4700.49228.6540.2236.08
Hex374581392F031e52824
Octal6710520171570613455044
Binary110111100010110000001111001101111011000111100101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374581; }

 p { color: rgb(55,69,129); }

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

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

 a { background-color: rgb(55,69,129); }

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

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

 span { border-color: rgb(55,69,129); }

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