Html Css Color HEX #3D5890 Tory Blue

📋 copy color: '#3D5890'

red 61 ◦ green 88 ◦ blue 144

#3D5890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #3D5890

Tints of Tory Blue #3D5890

RGB

 RED value IS 61 (24.22% from 255) = 20.82%

 GREEN value IS 88 (34.77% from 255) = 30.03%

 BLUE value IS 144 (56.64% from 255) = 49.15%

R = 20.82%
G = 30.03%
B = 49.15%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D5890 (or 0x3D5890) is known color: Tory Blue. HEX triplet: 3D, 58 and 90. RGB value is (61,88,144). Sum of RGB (Red+Green+Blue) = 61+88+144=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D5890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5890 is #C2A76F. Grayscale: #565656. Windows color (decimal): -12756848 or 9459773. OLE color: 9459773.

HSL color Cylindrical-coordinate representation of color #3D5890: hue angle of 220.48º 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 #3D5890 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 61 88 144 -
CMYK 0.58 0.39 0 0.44
HSL 220.48º 0.4% 0.4% -
HSV(B) 220.48º 0.58% 0.56% -
XYZ 10.45 9.99 27.76 -
YUV 86.31 160.55 109.95 -
System Red Green Blue C M Y K H S L
Decimal 61 88 144 0.58 0.39 0 0.44 220.48 0.4 0.4
Hex 3D 58 90 3A 27 0 2C DC 28 28
Octal 75 130 220 72 47 0 54 334 50 50
Binary 111101 1011000 10010000 111010 100111 0 101100 11011100 101000 101000

Color Harmonies of #3D5890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5890

Black with #3D5890

Text Example


Text Example

White with #3D5890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D5890;
 }
 .AnyTagClassName
 {
   color: #3D5890;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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