Html Css Color HEX #3D5590 Tory Blue

📋 copy color: '#3D5590'

red 61 ◦ green 85 ◦ blue 144

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

Shades of Tory Blue #3D5590

Tints of Tory Blue #3D5590

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 21.03%
G = 29.31%
B = 49.66%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D5590 (or 0x3D5590) is known color: Tory Blue. HEX triplet: 3D, 55 and 90. RGB value is (61,85,144). Sum of RGB (Red+Green+Blue) = 61+85+144=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D5590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5590 is #C2AA6F. Grayscale: #545454. Windows color (decimal): -12757616 or 9459005. OLE color: 9459005.

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

Color convert

RGB 61 85 144 -
CMYK 0.58 0.41 0 0.44
HSL 222.65º 0.4% 0.4% -
HSV(B) 222.65º 0.58% 0.56% -
XYZ 10.21 9.5 27.68 -
YUV 84.55 161.55 111.2 -
System Red Green Blue C M Y K H S L
Decimal 61 85 144 0.58 0.41 0 0.44 222.65 0.4 0.4
Hex 3D 55 90 3A 29 0 2C DF 28 28
Octal 75 125 220 72 51 0 54 337 50 50
Binary 111101 1010101 10010000 111010 101001 0 101100 11011111 101000 101000

Color Harmonies of #3D5590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5590

Black with #3D5590

Text Example


Text Example

White with #3D5590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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