Html Css Color HEX #3D497D Tory Blue

📋 copy color: '#3D497D'

red 61 ◦ green 73 ◦ blue 125

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

Shades of Tory Blue #3D497D

Tints of Tory Blue #3D497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.19%

 BLUE value IS 125 (49.22% from 255) = 48.26%

R = 23.55%
G = 28.19%
B = 48.26%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D497D (or 0x3D497D) is known color: Tory Blue. HEX triplet: 3D, 49 and 7D. RGB value is (61,73,125). Sum of RGB (Red+Green+Blue) = 61+73+125=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #3D497D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D497D is #C2B682. Grayscale: #4B4B4B. Windows color (decimal): -12760707 or 8210749. OLE color: 8210749.

HSL color Cylindrical-coordinate representation of color #3D497D: hue angle of 228.75º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D497D is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 61 73 125 -
CMYK 0.51 0.42 0 0.51
HSL 228.75º 0.34% 0.36% -
HSV(B) 228.75º 0.51% 0.49% -
XYZ 8.01 7.24 20.38 -
YUV 75.34 156.02 117.77 -
System Red Green Blue C M Y K H S L
Decimal 61 73 125 0.51 0.42 0 0.51 228.75 0.34 0.36
Hex 3D 49 7D 33 2A 0 33 E5 22 24
Octal 75 111 175 63 52 0 63 345 42 44
Binary 111101 1001001 1111101 110011 101010 0 110011 11100101 100010 100100

Color Harmonies of #3D497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D497D

Black with #3D497D

Text Example


Text Example

White with #3D497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,73,125); }

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

background-color css

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

 a { background-color: rgb(61,73,125); }

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

border-color css

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

 span { border-color: rgb(61,73,125); }

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