#384F9C

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

Shades of Tory Blue #384F9C

Tints of Tory Blue #384F9C

Color information

#384F9C (or 0x384F9C) is unknown color: approx Tory Blue. HEX triplet: 38, 4F and 9C. RGB value is (56,79,156). Sum of RGB (Red+Green+Blue) = 56+79+156=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #384F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384F9C is #C7B063. Grayscale: #505050. Windows color (decimal): -13086820 or 10243896. OLE color: 10243896.

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

Color convert

RGB5679156-
CMYK0.640.4900.39
HSL226.2º47.17%41.57%-
HSV(B)226.2º64.1%61.18%-
XYZ10.438.8332.61-
YUV80.9170.38110.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.24%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 156 (61.33% from 255) = 53.61%
R=19.24%
G=27.15%
B=53.61%

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
Decimal56791560.640.4900.39226.247.1741.57
Hex384F9C4031027e22f2a
Octal70117234100610473425752
Binary1110001001111100111001000000110001010011111100010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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