#374B83

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

Shades of Tory Blue #374B83

Tints of Tory Blue #374B83

Color information

#374B83 (or 0x374B83) is unknown color: approx Tory Blue. HEX triplet: 37, 4B and 83. RGB value is (55,75,131). Sum of RGB (Red+Green+Blue) = 55+75+131=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #374B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374B83 is #C8B47C. Grayscale: #4B4B4B. Windows color (decimal): -13153405 or 8604471. OLE color: 8604471.

HSL color Cylindrical-coordinate representation of color #374B83: hue angle of 224.21º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #374B83 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5575131-
CMYK0.580.4300.49
HSL224.21º40.86%36.47%-
HSV(B)224.21º58.02%51.37%-
XYZ8.197.4822.49-
YUV75.4159.37113.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 131 (51.56% from 255) = 50.19%
R=21.07%
G=28.74%
B=50.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55751310.580.4300.49224.2140.8636.47
Hex374B833A2B031e02924
Octal6711320372530613405144
Binary110111100101110000011111010101011011000111100000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,75,131); }

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

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

 a { background-color: rgb(55,75,131); }

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

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

 span { border-color: rgb(55,75,131); }

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