#384499

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

Shades of Tory Blue #384499

Tints of Tory Blue #384499

Color information

#384499 (or 0x384499) is unknown color: approx Tory Blue. HEX triplet: 38, 44 and 99. RGB value is (56,68,153). Sum of RGB (Red+Green+Blue) = 56+68+153=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #384499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384499 is #C7BB66. Grayscale: #494949. Windows color (decimal): -13089639 or 10044472. OLE color: 10044472.

HSL color Cylindrical-coordinate representation of color #384499: hue angle of 232.58º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #384499 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5668153-
CMYK0.630.5600.4
HSL232.58º46.41%40.98%-
HSV(B)232.58º63.4%60%-
XYZ9.457.2731.04-
YUV74.1172.52115.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 153 (60.16% from 255) = 55.23%
R=20.22%
G=24.55%
B=55.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal56681530.630.5600.4232.5846.4140.98
Hex3844993F38028e92e29
Octal7010423177700503515651
Binary111000100010010011001111111111000010100011101001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384499; }

 p { color: rgb(56,68,153); }

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

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

 a { background-color: rgb(56,68,153); }

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

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

 span { border-color: rgb(56,68,153); }

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