Html Css Color HEX #3D5091 Tory Blue

📋 copy color: '#3D5091'

red 61 ◦ green 80 ◦ blue 145

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

Shades of Tory Blue #3D5091

Tints of Tory Blue #3D5091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.97%

 BLUE value IS 145 (57.03% from 255) = 50.7%

R = 21.33%
G = 27.97%
B = 50.7%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3D5091 (or 0x3D5091) is known color: Tory Blue. HEX triplet: 3D, 50 and 91. RGB value is (61,80,145). Sum of RGB (Red+Green+Blue) = 61+80+145=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #3D5091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5091 is #C2AF6E. Grayscale: #515151. Windows color (decimal): -12758895 or 9523261. OLE color: 9523261.

HSL color Cylindrical-coordinate representation of color #3D5091: hue angle of 226.43º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D5091 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 61 80 145 -
CMYK 0.58 0.45 0 0.43
HSL 226.43º 0.41% 0.4% -
HSV(B) 226.43º 0.58% 0.57% -
XYZ 9.9 8.77 27.96 -
YUV 81.73 163.71 113.21 -
System Red Green Blue C M Y K H S L
Decimal 61 80 145 0.58 0.45 0 0.43 226.43 0.41 0.4
Hex 3D 50 91 3A 2D 0 2B E2 29 28
Octal 75 120 221 72 55 0 53 342 51 50
Binary 111101 1010000 10010001 111010 101101 0 101011 11100010 101001 101000

Color Harmonies of #3D5091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5091

Black with #3D5091

Text Example


Text Example

White with #3D5091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,80,145); }

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

background-color css

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

 a { background-color: rgb(61,80,145); }

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

border-color css

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

 span { border-color: rgb(61,80,145); }

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