#384F9B

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

Shades of Tory Blue #384F9B

Tints of Tory Blue #384F9B

Color information

#384F9B (or 0x384F9B) is unknown color: approx Tory Blue. HEX triplet: 38, 4F and 9B. RGB value is (56,79,155). Sum of RGB (Red+Green+Blue) = 56+79+155=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #384F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384F9B is #C7B064. Grayscale: #505050. Windows color (decimal): -13086821 or 10178360. OLE color: 10178360.

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

Color convert

RGB5679155-
CMYK0.640.4900.39
HSL226.06º46.92%41.37%-
HSV(B)226.06º63.87%60.78%-
XYZ10.348.832.16-
YUV80.79169.88110.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.31%
GREEN value IS 79 (31.25% from 255) = 27.24%
BLUE value IS 155 (60.94% from 255) = 53.45%
R=19.31%
G=27.24%
B=53.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56791550.640.4900.39226.0646.9241.37
Hex384F9B4031027e22f29
Octal70117233100610473425751
Binary1110001001111100110111000000110001010011111100010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,79,155); }

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

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

 a { background-color: rgb(56,79,155); }

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

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

 span { border-color: rgb(56,79,155); }

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