Html Css Color HEX #3D5092 Tory Blue

📋 copy color: '#3D5092'

red 61 ◦ green 80 ◦ blue 146

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

Shades of Tory Blue #3D5092

Tints of Tory Blue #3D5092

RGB

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

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

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

R = 21.25%
G = 27.87%
B = 50.87%

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

#3D5092 (or 0x3D5092) is known color: Tory Blue. HEX triplet: 3D, 50 and 92. RGB value is (61,80,146). Sum of RGB (Red+Green+Blue) = 61+80+146=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D5092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5092 is #C2AF6D. Grayscale: #515151. Windows color (decimal): -12758894 or 9588797. OLE color: 9588797.

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

Color convert

RGB 61 80 146 -
CMYK 0.58 0.45 0 0.43
HSL 226.59º 0.41% 0.41% -
HSV(B) 226.59º 0.58% 0.57% -
XYZ 9.98 8.8 28.37 -
YUV 81.84 164.21 113.13 -
System Red Green Blue C M Y K H S L
Decimal 61 80 146 0.58 0.45 0 0.43 226.59 0.41 0.41
Hex 3D 50 92 3A 2D 0 2B E3 29 29
Octal 75 120 222 72 55 0 53 343 51 51
Binary 111101 1010000 10010010 111010 101101 0 101011 11100011 101001 101001

Color Harmonies of #3D5092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5092

Black with #3D5092

Text Example


Text Example

White with #3D5092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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