Html Css Color HEX #3D4792 Tory Blue

📋 copy color: '#3D4792'

red 61 ◦ green 71 ◦ blue 146

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

Shades of Tory Blue #3D4792

Tints of Tory Blue #3D4792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.54%

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

R = 21.94%
G = 25.54%
B = 52.52%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3D4792 (or 0x3D4792) is known color: Tory Blue. HEX triplet: 3D, 47 and 92. RGB value is (61,71,146). Sum of RGB (Red+Green+Blue) = 61+71+146=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D4792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4792 is #C2B86D. Grayscale: #4C4C4C. Windows color (decimal): -12761198 or 9586493. OLE color: 9586493.

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

Color convert

RGB 61 71 146 -
CMYK 0.58 0.51 0 0.43
HSL 232.94º 0.41% 0.41% -
HSV(B) 232.94º 0.58% 0.57% -
XYZ 9.37 7.57 28.16 -
YUV 76.56 167.19 116.9 -
System Red Green Blue C M Y K H S L
Decimal 61 71 146 0.58 0.51 0 0.43 232.94 0.41 0.41
Hex 3D 47 92 3A 33 0 2B E9 29 29
Octal 75 107 222 72 63 0 53 351 51 51
Binary 111101 1000111 10010010 111010 110011 0 101011 11101001 101001 101001

Color Harmonies of #3D4792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4792

Black with #3D4792

Text Example


Text Example

White with #3D4792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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