#384692

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

Shades of Tory Blue #384692

Tints of Tory Blue #384692

Color information

#384692 (or 0x384692) is unknown color: approx Tory Blue. HEX triplet: 38, 46 and 92. RGB value is (56,70,146). Sum of RGB (Red+Green+Blue) = 56+70+146=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #384692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384692 is #C7B96D. Grayscale: #4A4A4A. Windows color (decimal): -13089134 or 9586232. OLE color: 9586232.

HSL color Cylindrical-coordinate representation of color #384692: hue angle of 230.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384692 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5670146-
CMYK0.620.5200.43
HSL230.67º44.55%39.61%-
HSV(B)230.67º61.64%57.25%-
XYZ9.017.328.13-
YUV74.48168.36114.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 146 (57.42% from 255) = 53.68%
R=20.59%
G=25.74%
B=53.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56701460.620.5200.43230.6744.5539.61
Hex3846923E3402Be72d28
Octal7010622276640533475550
Binary111000100011010010010111110110100010101111100111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384692; }

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

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

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

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

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

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

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

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