#38509F

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

Shades of Tory Blue #38509F

Tints of Tory Blue #38509F

Color information

#38509F (or 0x38509F) is unknown color: approx Tory Blue. HEX triplet: 38, 50 and 9F. RGB value is (56,80,159). Sum of RGB (Red+Green+Blue) = 56+80+159=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #38509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38509F is #C7AF60. Grayscale: #515151. Windows color (decimal): -13086561 or 10440760. OLE color: 10440760.

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

Color convert

RGB5680159-
CMYK0.650.5000.38
HSL226.02º47.91%42.16%-
HSV(B)226.02º64.78%62.35%-
XYZ10.769.0833.99-
YUV81.83171.55109.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 159 (62.5% from 255) = 53.90%
R=18.98%
G=27.12%
B=53.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56801590.650.5000.38226.0247.9142.16
Hex38509F4132026e2302a
Octal70120237101620463426052
Binary1110001010000100111111000001110010010011011100010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38509F; }

 p { color: rgb(56,80,159); }

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

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

 a { background-color: rgb(56,80,159); }

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

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

 span { border-color: rgb(56,80,159); }

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