Html Css Color HEX #3A4693 Tory Blue

📋 copy color: '#3A4693'

red 58 ◦ green 70 ◦ blue 147

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

Shades of Tory Blue #3A4693

Tints of Tory Blue #3A4693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.45%

 BLUE value IS 147 (57.81% from 255) = 53.45%

R = 21.09%
G = 25.45%
B = 53.45%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A4693 (or 0x3A4693) is known color: Tory Blue. HEX triplet: 3A, 46 and 93. RGB value is (58,70,147). Sum of RGB (Red+Green+Blue) = 58+70+147=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A4693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4693 is #C5B96C. Grayscale: #4A4A4A. Windows color (decimal): -12958061 or 9651770. OLE color: 9651770.

HSL color Cylindrical-coordinate representation of color #3A4693: hue angle of 231.91º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A4693 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 70 147 -
CMYK 0.61 0.52 0 0.42
HSL 231.91º 0.43% 0.4% -
HSV(B) 231.91º 0.61% 0.58% -
XYZ 9.2 7.39 28.54 -
YUV 75.19 168.52 115.74 -
System Red Green Blue C M Y K H S L
Decimal 58 70 147 0.61 0.52 0 0.42 231.91 0.43 0.4
Hex 3A 46 93 3D 34 0 2A E8 2B 28
Octal 72 106 223 75 64 0 52 350 53 50
Binary 111010 1000110 10010011 111101 110100 0 101010 11101000 101011 101000

Color Harmonies of #3A4693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4693

Black with #3A4693

Text Example


Text Example

White with #3A4693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,70,147); }

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

background-color css

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

 a { background-color: rgb(58,70,147); }

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

border-color css

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

 span { border-color: rgb(58,70,147); }

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