Html Css Color HEX #3A5197 Tory Blue

📋 copy color: '#3A5197'

red 58 ◦ green 81 ◦ blue 151

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

Shades of Tory Blue #3A5197

Tints of Tory Blue #3A5197

RGB

 RED value IS 58 (23.05% from 255) = 20%

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

 BLUE value IS 151 (59.38% from 255) = 52.07%

R = 20%
G = 27.93%
B = 52.07%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A5197 (or 0x3A5197) is known color: Tory Blue. HEX triplet: 3A, 51 and 97. RGB value is (58,81,151). Sum of RGB (Red+Green+Blue) = 58+81+151=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #3A5197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5197 is #C5AE68. Grayscale: #515151. Windows color (decimal): -12955241 or 9916730. OLE color: 9916730.

HSL color Cylindrical-coordinate representation of color #3A5197: hue angle of 225.16º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A5197 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 81 151 -
CMYK 0.62 0.46 0 0.41
HSL 225.16º 0.44% 0.41% -
HSV(B) 225.16º 0.62% 0.59% -
XYZ 10.27 9.02 30.48 -
YUV 82.1 166.88 110.81 -
System Red Green Blue C M Y K H S L
Decimal 58 81 151 0.62 0.46 0 0.41 225.16 0.44 0.41
Hex 3A 51 97 3E 2E 0 29 E1 2C 29
Octal 72 121 227 76 56 0 51 341 54 51
Binary 111010 1010001 10010111 111110 101110 0 101001 11100001 101100 101001

Color Harmonies of #3A5197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5197

Black with #3A5197

Text Example


Text Example

White with #3A5197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,81,151); }

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

background-color css

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

 a { background-color: rgb(58,81,151); }

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

border-color css

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

 span { border-color: rgb(58,81,151); }

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