#384888

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

Shades of Tory Blue #384888

Tints of Tory Blue #384888

Color information

#384888 (or 0x384888) is unknown color: approx Tory Blue. HEX triplet: 38, 48 and 88. RGB value is (56,72,136). Sum of RGB (Red+Green+Blue) = 56+72+136=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #384888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384888 is #C7B777. Grayscale: #4A4A4A. Windows color (decimal): -13088632 or 8931384. OLE color: 8931384.

HSL color Cylindrical-coordinate representation of color #384888: hue angle of 228º 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 #384888 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5672136-
CMYK0.590.4700.47
HSL228º41.67%37.65%-
HSV(B)228º58.82%53.33%-
XYZ8.397.2524.25-
YUV74.51162.7114.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 136 (53.52% from 255) = 51.52%
R=21.21%
G=27.27%
B=51.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56721360.590.4700.4722841.6737.65
Hex3848883B2F02Fe42a26
Octal7011021073570573445246
Binary111000100100010001000111011101111010111111100100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384888; }

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

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

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

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

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

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

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

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