Html Css Color HEX #3A479D Tory Blue

📋 copy color: '#3A479D'

red 58 ◦ green 71 ◦ blue 157

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

Shades of Tory Blue #3A479D

Tints of Tory Blue #3A479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.83%

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

R = 20.28%
G = 24.83%
B = 54.9%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A479D (or 0x3A479D) is known color: Tory Blue. HEX triplet: 3A, 47 and 9D. RGB value is (58,71,157). Sum of RGB (Red+Green+Blue) = 58+71+157=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A479D is #C5B862. Grayscale: #4C4C4C. Windows color (decimal): -12957795 or 10307386. OLE color: 10307386.

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

Color convert

RGB 58 71 157 -
CMYK 0.63 0.55 0 0.38
HSL 232.12º 0.46% 0.42% -
HSV(B) 232.12º 0.63% 0.62% -
XYZ 10.08 7.84 32.88 -
YUV 76.92 173.19 114.51 -
System Red Green Blue C M Y K H S L
Decimal 58 71 157 0.63 0.55 0 0.38 232.12 0.46 0.42
Hex 3A 47 9D 3F 37 0 26 E8 2E 2A
Octal 72 107 235 77 67 0 46 350 56 52
Binary 111010 1000111 10011101 111111 110111 0 100110 11101000 101110 101010

Color Harmonies of #3A479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A479D

Black with #3A479D

Text Example


Text Example

White with #3A479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,71,157); }

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

background-color css

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

 a { background-color: rgb(58,71,157); }

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

border-color css

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

 span { border-color: rgb(58,71,157); }

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