#374388

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

Shades of Tory Blue #374388

Tints of Tory Blue #374388

Color information

#374388 (or 0x374388) is unknown color: approx Tory Blue. HEX triplet: 37, 43 and 88. RGB value is (55,67,136). Sum of RGB (Red+Green+Blue) = 55+67+136=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #374388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374388 is #C8BC77. Grayscale: #464646. Windows color (decimal): -13155448 or 8930103. OLE color: 8930103.

HSL color Cylindrical-coordinate representation of color #374388: hue angle of 231.11º 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 #374388 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5567136-
CMYK0.600.5100.47
HSL231.11º42.41%37.45%-
HSV(B)231.11º59.56%53.33%-
XYZ8.036.624.14-
YUV71.28164.52116.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.32%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 136 (53.52% from 255) = 52.71%
R=21.32%
G=25.97%
B=52.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55671360.600.5100.47231.1142.4137.45
Hex3743883C3302Fe72a25
Octal6710321074630573475245
Binary110111100001110001000111100110011010111111100111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374388; }

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

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

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

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

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

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

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

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