Html Css Color HEX #3A4682 Tory Blue

📋 copy color: '#3A4682'

red 58 ◦ green 70 ◦ blue 130

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

Shades of Tory Blue #3A4682

Tints of Tory Blue #3A4682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 50.39%

R = 22.48%
G = 27.13%
B = 50.39%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3A4682 (or 0x3A4682) is known color: Tory Blue. HEX triplet: 3A, 46 and 82. RGB value is (58,70,130). Sum of RGB (Red+Green+Blue) = 58+70+130=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A4682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4682 is #C5B97D. Grayscale: #494949. Windows color (decimal): -12958078 or 8537658. OLE color: 8537658.

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

Color convert

RGB 58 70 130 -
CMYK 0.55 0.46 0 0.49
HSL 230º 0.38% 0.37% -
HSV(B) 230º 0.55% 0.51% -
XYZ 7.96 6.89 22.03 -
YUV 73.25 160.02 117.12 -
System Red Green Blue C M Y K H S L
Decimal 58 70 130 0.55 0.46 0 0.49 230 0.38 0.37
Hex 3A 46 82 37 2E 0 31 E6 26 25
Octal 72 106 202 67 56 0 61 346 46 45
Binary 111010 1000110 10000010 110111 101110 0 110001 11100110 100110 100101

Color Harmonies of #3A4682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4682

Black with #3A4682

Text Example


Text Example

White with #3A4682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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