#384B94

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

Shades of Tory Blue #384B94

Tints of Tory Blue #384B94

Color information

#384B94 (or 0x384B94) is unknown color: approx Tory Blue. HEX triplet: 38, 4B and 94. RGB value is (56,75,148). Sum of RGB (Red+Green+Blue) = 56+75+148=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #384B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384B94 is #C7B46B. Grayscale: #4D4D4D. Windows color (decimal): -13087852 or 9718584. OLE color: 9718584.

HSL color Cylindrical-coordinate representation of color #384B94: hue angle of 227.61º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384B94 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5675148-
CMYK0.620.4900.42
HSL227.61º45.1%40%-
HSV(B)227.61º62.16%58.04%-
XYZ9.498.0129.06-
YUV77.64167.71112.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 75 (29.69% from 255) = 26.88%
BLUE value IS 148 (58.20% from 255) = 53.05%
R=20.07%
G=26.88%
B=53.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56751480.620.4900.42227.6145.140
Hex384B943E3102Ae42d28
Octal7011322476610523445550
Binary111000100101110010100111110110001010101011100100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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