#38509E

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

Shades of Tory Blue #38509E

Tints of Tory Blue #38509E

Color information

#38509E (or 0x38509E) is unknown color: approx Tory Blue. HEX triplet: 38, 50 and 9E. RGB value is (56,80,158). Sum of RGB (Red+Green+Blue) = 56+80+158=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #38509E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38509E is #C7AF61. Grayscale: #515151. Windows color (decimal): -13086562 or 10375224. OLE color: 10375224.

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

Color convert

RGB5680158-
CMYK0.650.4900.38
HSL225.88º47.66%41.96%-
HSV(B)225.88º64.56%61.96%-
XYZ10.679.0533.53-
YUV81.72171.05109.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 158 (62.11% from 255) = 53.74%
R=19.05%
G=27.21%
B=53.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56801580.650.4900.38225.8847.6641.96
Hex38509E4131026e2302a
Octal70120236101610463426052
Binary1110001010000100111101000001110001010011011100010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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