#3745A4

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

Shades of Tory Blue #3745A4

Tints of Tory Blue #3745A4

Color information

#3745A4 (or 0x3745A4) is unknown color: approx Tory Blue. HEX triplet: 37, 45 and A4. RGB value is (55,69,164). Sum of RGB (Red+Green+Blue) = 55+69+164=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 164 (64.45% from 255 or 56.94% from 288); Max value from RGB is 164 - color contains mainly: blue. Hex color #3745A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3745A4 is #C8BA5B. Grayscale: #4B4B4B. Windows color (decimal): -13154908 or 10765623. OLE color: 10765623.

HSL color Cylindrical-coordinate representation of color #3745A4: hue angle of 232.29º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3745A4 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5569164-
CMYK0.660.5800.36
HSL232.29º49.77%42.94%-
HSV(B)232.29º66.46%64.31%-
XYZ10.47.7536.07-
YUV75.64177.86113.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.10%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 164 (64.45% from 255) = 56.94%
R=19.10%
G=23.96%
B=56.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55691640.660.5800.36232.2949.7742.94
Hex3745A4423A024e8322b
Octal67105244102720443506253
Binary1101111000101101001001000010111010010010011101000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3745A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3745A4; }

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

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

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

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

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

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

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

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