#384EA0

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

Shades of Tory Blue #384EA0

Tints of Tory Blue #384EA0

Color information

#384EA0 (or 0x384EA0) is unknown color: approx Tory Blue. HEX triplet: 38, 4E and A0. RGB value is (56,78,160). Sum of RGB (Red+Green+Blue) = 56+78+160=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 160 (62.89% from 255 or 54.42% from 294); Max value from RGB is 160 - color contains mainly: blue. Hex color #384EA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384EA0 is #C7B15F. Grayscale: #505050. Windows color (decimal): -13087072 or 10505784. OLE color: 10505784.

HSL color Cylindrical-coordinate representation of color #384EA0: hue angle of 227.31º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #384EA0 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5678160-
CMYK0.650.5100.37
HSL227.31º48.15%42.35%-
HSV(B)227.31º65%62.75%-
XYZ10.78.8334.4-
YUV80.77172.71110.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 78 (30.86% from 255) = 26.53%
BLUE value IS 160 (62.89% from 255) = 54.42%
R=19.05%
G=26.53%
B=54.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal56781600.650.5100.37227.3148.1542.35
Hex384EA04133025e3302a
Octal70116240101630453436052
Binary1110001001110101000001000001110011010010111100011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384EA0; }

 p { color: rgb(56,78,160); }

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

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

 a { background-color: rgb(56,78,160); }

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

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

 span { border-color: rgb(56,78,160); }

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