#374A88

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

Shades of Tory Blue #374A88

Tints of Tory Blue #374A88

Color information

#374A88 (or 0x374A88) is unknown color: approx Tory Blue. HEX triplet: 37, 4A and 88. RGB value is (55,74,136). Sum of RGB (Red+Green+Blue) = 55+74+136=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #374A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374A88 is #C8B577. Grayscale: #4B4B4B. Windows color (decimal): -13153656 or 8931895. OLE color: 8931895.

HSL color Cylindrical-coordinate representation of color #374A88: hue angle of 225.93º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #374A88 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5574136-
CMYK0.600.4600.47
HSL225.93º42.41%37.45%-
HSV(B)225.93º59.56%53.33%-
XYZ8.477.4924.29-
YUV75.39162.21113.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.75%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 136 (53.52% from 255) = 51.32%
R=20.75%
G=27.92%
B=51.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55741360.600.4600.47225.9342.4137.45
Hex374A883C2E02Fe22a25
Octal6711221074560573425245
Binary110111100101010001000111100101110010111111100010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374A88; }

 p { color: rgb(55,74,136); }

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

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

 a { background-color: rgb(55,74,136); }

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

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

 span { border-color: rgb(55,74,136); }

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