Html Css Color HEX #3A4492 Tory Blue

📋 copy color: '#3A4492'

red 58 ◦ green 68 ◦ blue 146

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

Shades of Tory Blue #3A4492

Tints of Tory Blue #3A4492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.68%

R = 21.32%
G = 25%
B = 53.68%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A4492 (or 0x3A4492) is known color: Tory Blue. HEX triplet: 3A, 44 and 92. RGB value is (58,68,146). Sum of RGB (Red+Green+Blue) = 58+68+146=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A4492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4492 is #C5BB6D. Grayscale: #494949. Windows color (decimal): -12958574 or 9585722. OLE color: 9585722.

HSL color Cylindrical-coordinate representation of color #3A4492: hue angle of 233.18º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A4492 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 68 146 -
CMYK 0.60 0.53 0 0.43
HSL 233.18º 0.43% 0.4% -
HSV(B) 233.18º 0.6% 0.57% -
XYZ 9 7.11 28.09 -
YUV 73.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 58 68 146 0.60 0.53 0 0.43 233.18 0.43 0.4
Hex 3A 44 92 3C 35 0 2B E9 2B 28
Octal 72 104 222 74 65 0 53 351 53 50
Binary 111010 1000100 10010010 111100 110101 0 101011 11101001 101011 101000

Color Harmonies of #3A4492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4492

Black with #3A4492

Text Example


Text Example

White with #3A4492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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