#38479e

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

Shades of Tory Blue #38479E

Tints of Tory Blue #38479E

Color information

#38479E (or 0x38479E) is unknown color: approx Tory Blue. HEX triplet: 38, 47 and 9E. RGB value is (56,71,158). Sum of RGB (Red+Green+Blue) = 56+71+158=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #38479E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38479E is #C7B861. Grayscale: #4C4C4C. Windows color (decimal): -13088866 or 10372920. OLE color: 10372920.

HSL color Cylindrical-coordinate representation of color #38479E: hue angle of 231.18º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38479E is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5671158-
CMYK0.650.5500.38
HSL231.18º47.66%41.96%-
HSV(B)231.18º64.56%61.96%-
XYZ10.067.8233.33-
YUV76.43174.03113.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 158 (62.11% from 255) = 55.44%
R=19.65%
G=24.91%
B=55.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56711580.650.5500.38231.1847.6641.96
Hex38479E4137026e7302a
Octal70107236101670463476052
Binary1110001000111100111101000001110111010011011100111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38479e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38479e; }

 p { color: rgb(56,71,158); }

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

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

 a { background-color: rgb(56,71,158); }

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

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

 span { border-color: rgb(56,71,158); }

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