#384b9b

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

Shades of Tory Blue #384B9B

Tints of Tory Blue #384B9B

Color information

#384B9B (or 0x384B9B) is unknown color: approx Tory Blue. HEX triplet: 38, 4B and 9B. RGB value is (56,75,155). Sum of RGB (Red+Green+Blue) = 56+75+155=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #384B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384B9B is #C7B464. Grayscale: #4E4E4E. Windows color (decimal): -13087845 or 10177336. OLE color: 10177336.

HSL color Cylindrical-coordinate representation of color #384B9B: hue angle of 228.48º 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 #384B9B is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5675155-
CMYK0.640.5200.39
HSL228.48º46.92%41.37%-
HSV(B)228.48º63.87%60.78%-
XYZ10.068.2432.07-
YUV78.44171.21112-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 155 (60.94% from 255) = 54.20%
R=19.58%
G=26.22%
B=54.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56751550.640.5200.39228.4846.9241.37
Hex384B9B4034027e42f29
Octal70113233100640473445751
Binary1110001001011100110111000000110100010011111100100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384b9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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