#38469E

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

Shades of Tory Blue #38469E

Tints of Tory Blue #38469E

Color information

#38469E (or 0x38469E) is unknown color: approx Tory Blue. HEX triplet: 38, 46 and 9E. RGB value is (56,70,158). Sum of RGB (Red+Green+Blue) = 56+70+158=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #38469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38469E is #C7B961. Grayscale: #4B4B4B. Windows color (decimal): -13089122 or 10372664. OLE color: 10372664.

HSL color Cylindrical-coordinate representation of color #38469E: hue angle of 231.76º 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 #38469E is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5670158-
CMYK0.650.5600.38
HSL231.76º47.66%41.96%-
HSV(B)231.76º64.56%61.96%-
XYZ9.997.6933.31-
YUV75.85174.36113.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 70 (27.73% from 255) = 24.65%
BLUE value IS 158 (62.11% from 255) = 55.63%
R=19.72%
G=24.65%
B=55.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56701580.650.5600.38231.7647.6641.96
Hex38469E4138026e8302a
Octal70106236101700463506052
Binary1110001000110100111101000001111000010011011101000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38469E; }

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

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

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

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

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

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

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

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