#384E9A

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

Shades of Tory Blue #384E9A

Tints of Tory Blue #384E9A

Color information

#384E9A (or 0x384E9A) is unknown color: approx Tory Blue. HEX triplet: 38, 4E and 9A. RGB value is (56,78,154). Sum of RGB (Red+Green+Blue) = 56+78+154=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #384E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384E9A is #C7B165. Grayscale: #4F4F4F. Windows color (decimal): -13087078 or 10112568. OLE color: 10112568.

HSL color Cylindrical-coordinate representation of color #384E9A: hue angle of 226.53º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #384E9A is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5678154-
CMYK0.640.4900.40
HSL226.53º46.67%41.18%-
HSV(B)226.53º63.64%60.39%-
XYZ10.198.6231.7-
YUV80.09169.71110.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.44%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 154 (60.55% from 255) = 53.47%
R=19.44%
G=27.08%
B=53.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56781540.640.4900.40226.5346.6741.18
Hex384E9A4031028e32f29
Octal70116232100610503435751
Binary1110001001110100110101000000110001010100011100011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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