#384488

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

Shades of Tory Blue #384488

Tints of Tory Blue #384488

Color information

#384488 (or 0x384488) is unknown color: approx Tory Blue. HEX triplet: 38, 44 and 88. RGB value is (56,68,136). Sum of RGB (Red+Green+Blue) = 56+68+136=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #384488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384488 is #C7BB77. Grayscale: #474747. Windows color (decimal): -13089656 or 8930360. OLE color: 8930360.

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

Color convert

RGB5668136-
CMYK0.590.5000.47
HSL231º41.67%37.65%-
HSV(B)231º58.82%53.33%-
XYZ8.146.7524.17-
YUV72.16164.02116.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.54%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 136 (53.52% from 255) = 52.31%
R=21.54%
G=26.15%
B=52.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56681360.590.5000.4723141.6737.65
Hex3844883B3202Fe72a26
Octal7010421073620573475246
Binary111000100010010001000111011110010010111111100111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384488; }

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

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

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

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

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

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

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

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