Html Css Color HEX #3B499D Tory Blue

📋 copy color: '#3B499D'

red 59 ◦ green 73 ◦ blue 157

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

Shades of Tory Blue #3B499D

Tints of Tory Blue #3B499D

RGB

 RED value IS 59 (23.44% from 255) = 20.42%

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

 BLUE value IS 157 (61.72% from 255) = 54.33%

R = 20.42%
G = 25.26%
B = 54.33%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B499D (or 0x3B499D) is known color: Tory Blue. HEX triplet: 3B, 49 and 9D. RGB value is (59,73,157). Sum of RGB (Red+Green+Blue) = 59+73+157=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B499D is #C4B662. Grayscale: #4E4E4E. Windows color (decimal): -12891747 or 10307899. OLE color: 10307899.

HSL color Cylindrical-coordinate representation of color #3B499D: hue angle of 231.43º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B499D is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 59 73 157 -
CMYK 0.62 0.54 0 0.38
HSL 231.43º 0.45% 0.42% -
HSV(B) 231.43º 0.62% 0.62% -
XYZ 10.27 8.13 32.93 -
YUV 78.39 172.36 114.17 -
System Red Green Blue C M Y K H S L
Decimal 59 73 157 0.62 0.54 0 0.38 231.43 0.45 0.42
Hex 3B 49 9D 3E 36 0 26 E7 2D 2A
Octal 73 111 235 76 66 0 46 347 55 52
Binary 111011 1001001 10011101 111110 110110 0 100110 11100111 101101 101010

Color Harmonies of #3B499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B499D

Black with #3B499D

Text Example


Text Example

White with #3B499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,73,157); }

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

background-color css

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

 a { background-color: rgb(59,73,157); }

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

border-color css

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

 span { border-color: rgb(59,73,157); }

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