#384F8A

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

Shades of Tory Blue #384F8A

Tints of Tory Blue #384F8A

Color information

#384F8A (or 0x384F8A) is unknown color: approx Tory Blue. HEX triplet: 38, 4F and 8A. RGB value is (56,79,138). Sum of RGB (Red+Green+Blue) = 56+79+138=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #384F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384F8A is #C7B075. Grayscale: #4E4E4E. Windows color (decimal): -13086838 or 9064248. OLE color: 9064248.

HSL color Cylindrical-coordinate representation of color #384F8A: hue angle of 223.17º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #384F8A is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5679138-
CMYK0.590.4300.46
HSL223.17º42.27%38.04%-
HSV(B)223.17º59.42%54.12%-
XYZ9.018.2725.17-
YUV78.85161.38111.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 138 (54.30% from 255) = 50.55%
R=20.51%
G=28.94%
B=50.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56791380.590.4300.46223.1742.2738.04
Hex384F8A3B2B02Edf2a26
Octal7011721273530563375246
Binary111000100111110001010111011101011010111011011111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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