#385298

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

Shades of Tory Blue #385298

Tints of Tory Blue #385298

Color information

#385298 (or 0x385298) is unknown color: approx Tory Blue. HEX triplet: 38, 52 and 98. RGB value is (56,82,152). Sum of RGB (Red+Green+Blue) = 56+82+152=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #385298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385298 is #C7AD67. Grayscale: #515151. Windows color (decimal): -13086056 or 9982520. OLE color: 9982520.

HSL color Cylindrical-coordinate representation of color #385298: hue angle of 223.75º 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 #385298 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5682152-
CMYK0.630.4600.40
HSL223.75º46.15%40.78%-
HSV(B)223.75º63.16%59.61%-
XYZ10.329.1430.93-
YUV82.21167.39109.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.31%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 152 (59.77% from 255) = 52.41%
R=19.31%
G=28.28%
B=52.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56821520.630.4600.40223.7546.1540.78
Hex3852983F2E028e02e29
Octal7012223077560503405651
Binary111000101001010011000111111101110010100011100000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385298; }

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

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

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

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

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

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

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

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