#384D88

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

Shades of Tory Blue #384D88

Tints of Tory Blue #384D88

Color information

#384D88 (or 0x384D88) is unknown color: approx Tory Blue. HEX triplet: 38, 4D and 88. RGB value is (56,77,136). Sum of RGB (Red+Green+Blue) = 56+77+136=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #384D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384D88 is #C7B277. Grayscale: #4D4D4D. Windows color (decimal): -13087352 or 8932664. OLE color: 8932664.

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

Color convert

RGB5677136-
CMYK0.590.4300.47
HSL224.25º41.67%37.65%-
HSV(B)224.25º58.82%53.33%-
XYZ8.737.9324.36-
YUV77.45161.04112.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 136 (53.52% from 255) = 50.56%
R=20.82%
G=28.62%
B=50.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56771360.590.4300.47224.2541.6737.65
Hex384D883B2B02Fe02a26
Octal7011521073530573405246
Binary111000100110110001000111011101011010111111100000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,77,136); }

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

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

 a { background-color: rgb(56,77,136); }

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

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

 span { border-color: rgb(56,77,136); }

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