#3D5B90

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

Shades of Tory Blue #3D5B90

Tints of Tory Blue #3D5B90

Color information

#3D5B90 (or 0x3D5B90) is unknown color: approx Tory Blue. HEX triplet: 3D, 5B and 90. RGB value is (61,91,144). Sum of RGB (Red+Green+Blue) = 61+91+144=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D5B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5B90 is #C2A46F. Grayscale: #575757. Windows color (decimal): -12756080 or 9460541. OLE color: 9460541.

HSL color Cylindrical-coordinate representation of color #3D5B90: hue angle of 218.31º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D5B90 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6191144-
CMYK0.580.3700.44
HSL218.31º40.49%40.2%-
HSV(B)218.31º57.64%56.47%-
XYZ10.710.4927.85-
YUV88.07159.56108.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.61%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 144 (56.64% from 255) = 48.65%
R=20.61%
G=30.74%
B=48.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61911440.580.3700.44218.3140.4940.2
Hex3D5B903A2502Cda2828
Octal7513322072450543325050
Binary111101101101110010000111010100101010110011011010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5B90; }

 p { color: rgb(61,91,144); }

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

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

 a { background-color: rgb(61,91,144); }

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

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

 span { border-color: rgb(61,91,144); }

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