Html Css Color HEX #3D5189 Tory Blue

📋 copy color: '#3D5189'

red 61 ◦ green 81 ◦ blue 137

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

Shades of Tory Blue #3D5189

Tints of Tory Blue #3D5189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.03%

 BLUE value IS 137 (53.91% from 255) = 49.1%

R = 21.86%
G = 29.03%
B = 49.1%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3D5189 (or 0x3D5189) is known color: Tory Blue. HEX triplet: 3D, 51 and 89. RGB value is (61,81,137). Sum of RGB (Red+Green+Blue) = 61+81+137=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D5189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5189 is #C2AE76. Grayscale: #515151. Windows color (decimal): -12758647 or 8999229. OLE color: 8999229.

HSL color Cylindrical-coordinate representation of color #3D5189: hue angle of 224.21º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D5189 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 61 81 137 -
CMYK 0.55 0.41 0 0.46
HSL 224.21º 0.38% 0.39% -
HSV(B) 224.21º 0.55% 0.54% -
XYZ 9.38 8.68 24.85 -
YUV 81.4 159.37 113.45 -
System Red Green Blue C M Y K H S L
Decimal 61 81 137 0.55 0.41 0 0.46 224.21 0.38 0.39
Hex 3D 51 89 37 29 0 2E E0 26 27
Octal 75 121 211 67 51 0 56 340 46 47
Binary 111101 1010001 10001001 110111 101001 0 101110 11100000 100110 100111

Color Harmonies of #3D5189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5189

Black with #3D5189

Text Example


Text Example

White with #3D5189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,81,137); }

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

background-color css

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

 a { background-color: rgb(61,81,137); }

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

border-color css

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

 span { border-color: rgb(61,81,137); }

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