Html Css Color HEX #3B519D Tory Blue

📋 copy color: '#3B519D'

red 59 ◦ green 81 ◦ blue 157

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

Shades of Tory Blue #3B519D

Tints of Tory Blue #3B519D

RGB

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

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

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

R = 19.87%
G = 27.27%
B = 52.86%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B519D (or 0x3B519D) is known color: Tory Blue. HEX triplet: 3B, 51 and 9D. RGB value is (59,81,157). Sum of RGB (Red+Green+Blue) = 59+81+157=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B519D is #C4AE62. Grayscale: #525252. Windows color (decimal): -12889699 or 10309947. OLE color: 10309947.

HSL color Cylindrical-coordinate representation of color #3B519D: hue angle of 226.53º 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 #3B519D is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 59 81 157 -
CMYK 0.62 0.48 0 0.38
HSL 226.53º 0.45% 0.42% -
HSV(B) 226.53º 0.62% 0.62% -
XYZ 10.83 9.25 33.11 -
YUV 83.09 169.71 110.82 -
System Red Green Blue C M Y K H S L
Decimal 59 81 157 0.62 0.48 0 0.38 226.53 0.45 0.42
Hex 3B 51 9D 3E 30 0 26 E3 2D 2A
Octal 73 121 235 76 60 0 46 343 55 52
Binary 111011 1010001 10011101 111110 110000 0 100110 11100011 101101 101010

Color Harmonies of #3B519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B519D

Black with #3B519D

Text Example


Text Example

White with #3B519D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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