Html Css Color HEX #3A4496 Tory Blue

📋 copy color: '#3A4496'

red 58 ◦ green 68 ◦ blue 150

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

Shades of Tory Blue #3A4496

Tints of Tory Blue #3A4496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.64%

 BLUE value IS 150 (58.98% from 255) = 54.35%

R = 21.01%
G = 24.64%
B = 54.35%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A4496 (or 0x3A4496) is known color: Tory Blue. HEX triplet: 3A, 44 and 96. RGB value is (58,68,150). Sum of RGB (Red+Green+Blue) = 58+68+150=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A4496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4496 is #C5BB69. Grayscale: #4A4A4A. Windows color (decimal): -12958570 or 9847866. OLE color: 9847866.

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

Color convert

RGB 58 68 150 -
CMYK 0.61 0.55 0 0.41
HSL 233.48º 0.44% 0.41% -
HSV(B) 233.48º 0.61% 0.59% -
XYZ 9.32 7.24 29.76 -
YUV 74.36 170.69 116.33 -
System Red Green Blue C M Y K H S L
Decimal 58 68 150 0.61 0.55 0 0.41 233.48 0.44 0.41
Hex 3A 44 96 3D 37 0 29 E9 2C 29
Octal 72 104 226 75 67 0 51 351 54 51
Binary 111010 1000100 10010110 111101 110111 0 101001 11101001 101100 101001

Color Harmonies of #3A4496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4496

Black with #3A4496

Text Example


Text Example

White with #3A4496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,68,150); }

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

background-color css

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

 a { background-color: rgb(58,68,150); }

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

border-color css

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

 span { border-color: rgb(58,68,150); }

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