#385198

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

Shades of Tory Blue #385198

Tints of Tory Blue #385198

Color information

#385198 (or 0x385198) is unknown color: approx Tory Blue. HEX triplet: 38, 51 and 98. RGB value is (56,81,152). Sum of RGB (Red+Green+Blue) = 56+81+152=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #385198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385198 is #C7AE67. Grayscale: #515151. Windows color (decimal): -13086312 or 9982264. OLE color: 9982264.

HSL color Cylindrical-coordinate representation of color #385198: hue angle of 224.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #385198 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5681152-
CMYK0.630.4700.40
HSL224.38º46.15%40.78%-
HSV(B)224.38º63.16%59.61%-
XYZ10.248.9930.9-
YUV81.62167.72109.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 81 (32.03% from 255) = 28.03%
BLUE value IS 152 (59.77% from 255) = 52.60%
R=19.38%
G=28.03%
B=52.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56811520.630.4700.40224.3846.1540.78
Hex3851983F2F028e02e29
Octal7012123077570503405651
Binary111000101000110011000111111101111010100011100000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385198; }

 p { color: rgb(56,81,152); }

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

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

 a { background-color: rgb(56,81,152); }

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

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

 span { border-color: rgb(56,81,152); }

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