#374584

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

Shades of Tory Blue #374584

Tints of Tory Blue #374584

Color information

#374584 (or 0x374584) is unknown color: approx Tory Blue. HEX triplet: 37, 45 and 84. RGB value is (55,69,132). Sum of RGB (Red+Green+Blue) = 55+69+132=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #374584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374584 is #C8BA7B. Grayscale: #474747. Windows color (decimal): -13154940 or 8668471. OLE color: 8668471.

HSL color Cylindrical-coordinate representation of color #374584: hue angle of 229.09º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #374584 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5569132-
CMYK0.580.4800.48
HSL229.09º41.18%36.67%-
HSV(B)229.09º58.33%51.76%-
XYZ7.876.7322.71-
YUV72161.86115.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 132 (51.95% from 255) = 51.56%
R=21.48%
G=26.95%
B=51.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55691320.580.4800.48229.0941.1836.67
Hex3745843A30030e52925
Octal6710520472600603455145
Binary110111100010110000100111010110000011000011100101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374584; }

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

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

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

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

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

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

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

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