#384A7B

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

Shades of Tory Blue #384A7B

Tints of Tory Blue #384A7B

Color information

#384A7B (or 0x384A7B) is unknown color: approx Tory Blue. HEX triplet: 38, 4A and 7B. RGB value is (56,74,123). Sum of RGB (Red+Green+Blue) = 56+74+123=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #384A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A7B is #C7B584. Grayscale: #494949. Windows color (decimal): -13088133 or 8079928. OLE color: 8079928.

HSL color Cylindrical-coordinate representation of color #384A7B: hue angle of 223.88º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #384A7B is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5674123-
CMYK0.540.4000.52
HSL223.88º37.43%35.1%-
HSV(B)223.88º54.47%48.24%-
XYZ7.657.1719.72-
YUV74.2155.54115.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=22.13%
G=29.25%
B=48.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56741230.540.4000.52223.8837.4335.1
Hex384A7B3628034e02523
Octal7011217366500643404543
Binary11100010010101111011110110101000011010011100000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,74,123); }

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

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

 a { background-color: rgb(56,74,123); }

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

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

 span { border-color: rgb(56,74,123); }

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