Html Css Color HEX #3A5992 Tory Blue

📋 copy color: '#3A5992'

red 58 ◦ green 89 ◦ blue 146

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

Shades of Tory Blue #3A5992

Tints of Tory Blue #3A5992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.38%

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

R = 19.8%
G = 30.38%
B = 49.83%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A5992 (or 0x3A5992) is known color: Tory Blue. HEX triplet: 3A, 59 and 92. RGB value is (58,89,146). Sum of RGB (Red+Green+Blue) = 58+89+146=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A5992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5992 is #C5A66D. Grayscale: #555555. Windows color (decimal): -12953198 or 9591098. OLE color: 9591098.

HSL color Cylindrical-coordinate representation of color #3A5992: hue angle of 218.86º 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 #3A5992 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 89 146 -
CMYK 0.60 0.39 0 0.43
HSL 218.86º 0.43% 0.4% -
HSV(B) 218.86º 0.6% 0.57% -
XYZ 10.51 10.12 28.59 -
YUV 86.23 161.73 107.87 -
System Red Green Blue C M Y K H S L
Decimal 58 89 146 0.60 0.39 0 0.43 218.86 0.43 0.4
Hex 3A 59 92 3C 27 0 2B DB 2B 28
Octal 72 131 222 74 47 0 53 333 53 50
Binary 111010 1011001 10010010 111100 100111 0 101011 11011011 101011 101000

Color Harmonies of #3A5992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5992

Black with #3A5992

Text Example


Text Example

White with #3A5992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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