#374484

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

Shades of Tory Blue #374484

Tints of Tory Blue #374484

Color information

#374484 (or 0x374484) is unknown color: approx Tory Blue. HEX triplet: 37, 44 and 84. RGB value is (55,68,132). Sum of RGB (Red+Green+Blue) = 55+68+132=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #374484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374484 is #C8BB7B. Grayscale: #474747. Windows color (decimal): -13155196 or 8668215. OLE color: 8668215.

HSL color Cylindrical-coordinate representation of color #374484: hue angle of 229.87º 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 #374484 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5568132-
CMYK0.580.4800.48
HSL229.87º41.18%36.67%-
HSV(B)229.87º58.33%51.76%-
XYZ7.816.6122.69-
YUV71.41162.19116.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 132 (51.95% from 255) = 51.76%
R=21.57%
G=26.67%
B=51.76%

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
Decimal55681320.580.4800.48229.8741.1836.67
Hex3744843A30030e62925
Octal6710420472600603465145
Binary110111100010010000100111010110000011000011100110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374484; }

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

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

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

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

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

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

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

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