Html Css Color HEX #3D4992 Tory Blue

📋 copy color: '#3D4992'

red 61 ◦ green 73 ◦ blue 146

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

Shades of Tory Blue #3D4992

Tints of Tory Blue #3D4992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.14%

R = 21.79%
G = 26.07%
B = 52.14%

CMYK

 C value IS 0.58

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3D4992 (or 0x3D4992) is known color: Tory Blue. HEX triplet: 3D, 49 and 92. RGB value is (61,73,146). Sum of RGB (Red+Green+Blue) = 61+73+146=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D4992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4992 is #C2B66D. Grayscale: #4D4D4D. Windows color (decimal): -12760686 or 9587005. OLE color: 9587005.

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

Color convert

RGB 61 73 146 -
CMYK 0.58 0.5 0 0.43
HSL 231.53º 0.41% 0.41% -
HSV(B) 231.53º 0.58% 0.57% -
XYZ 9.5 7.83 28.21 -
YUV 77.73 166.52 116.06 -
System Red Green Blue C M Y K H S L
Decimal 61 73 146 0.58 0.5 0 0.43 231.53 0.41 0.41
Hex 3D 49 92 3A 32 0 2B E8 29 29
Octal 75 111 222 72 62 0 53 350 51 51
Binary 111101 1001001 10010010 111010 110010 0 101011 11101000 101001 101001

Color Harmonies of #3D4992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4992

Black with #3D4992

Text Example


Text Example

White with #3D4992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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