Html Css Color HEX #3D5585 Tory Blue

📋 copy color: '#3D5585'

red 61 ◦ green 85 ◦ blue 133

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

Shades of Tory Blue #3D5585

Tints of Tory Blue #3D5585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.67%

R = 21.86%
G = 30.47%
B = 47.67%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3D5585 (or 0x3D5585) is known color: Tory Blue. HEX triplet: 3D, 55 and 85. RGB value is (61,85,133). Sum of RGB (Red+Green+Blue) = 61+85+133=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D5585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5585 is #C2AA7A. Grayscale: #535353. Windows color (decimal): -12757627 or 8738109. OLE color: 8738109.

HSL color Cylindrical-coordinate representation of color #3D5585: hue angle of 220º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D5585 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 61 85 133 -
CMYK 0.54 0.36 0 0.48
HSL 220º 0.37% 0.38% -
HSV(B) 220º 0.54% 0.52% -
XYZ 9.41 9.18 23.47 -
YUV 83.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 61 85 133 0.54 0.36 0 0.48 220 0.37 0.38
Hex 3D 55 85 36 24 0 30 DC 25 26
Octal 75 125 205 66 44 0 60 334 45 46
Binary 111101 1010101 10000101 110110 100100 0 110000 11011100 100101 100110

Color Harmonies of #3D5585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5585

Black with #3D5585

Text Example


Text Example

White with #3D5585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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