#384689

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

Shades of Tory Blue #384689

Tints of Tory Blue #384689

Color information

#384689 (or 0x384689) is unknown color: approx Tory Blue. HEX triplet: 38, 46 and 89. RGB value is (56,70,137). Sum of RGB (Red+Green+Blue) = 56+70+137=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #384689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384689 is #C7B976. Grayscale: #494949. Windows color (decimal): -13089143 or 8996408. OLE color: 8996408.

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

Color convert

RGB5670137-
CMYK0.590.4900.46
HSL229.63º41.97%37.84%-
HSV(B)229.63º59.12%53.73%-
XYZ8.347.0324.58-
YUV73.45163.86115.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 137 (53.91% from 255) = 52.09%
R=21.29%
G=26.62%
B=52.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56701370.590.4900.46229.6341.9737.84
Hex3846893B3102Ee62a26
Octal7010621173610563465246
Binary111000100011010001001111011110001010111011100110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384689; }

 p { color: rgb(56,70,137); }

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

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

 a { background-color: rgb(56,70,137); }

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

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

 span { border-color: rgb(56,70,137); }

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