Html Css Color HEX #3A5499 Tory Blue

📋 copy color: '#3A5499'

red 58 ◦ green 84 ◦ blue 153

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

Shades of Tory Blue #3A5499

Tints of Tory Blue #3A5499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.47%

 BLUE value IS 153 (60.16% from 255) = 51.86%

R = 19.66%
G = 28.47%
B = 51.86%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3A5499 (or 0x3A5499) is known color: Tory Blue. HEX triplet: 3A, 54 and 99. RGB value is (58,84,153). Sum of RGB (Red+Green+Blue) = 58+84+153=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A5499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5499 is #C5AB66. Grayscale: #535353. Windows color (decimal): -12954471 or 10048570. OLE color: 10048570.

HSL color Cylindrical-coordinate representation of color #3A5499: hue angle of 223.58º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A5499 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 58 84 153 -
CMYK 0.62 0.45 0 0.4
HSL 223.58º 0.45% 0.41% -
HSV(B) 223.58º 0.62% 0.6% -
XYZ 10.67 9.54 31.42 -
YUV 84.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 58 84 153 0.62 0.45 0 0.4 223.58 0.45 0.41
Hex 3A 54 99 3E 2D 0 28 E0 2D 29
Octal 72 124 231 76 55 0 50 340 55 51
Binary 111010 1010100 10011001 111110 101101 0 101000 11100000 101101 101001

Color Harmonies of #3A5499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5499

Black with #3A5499

Text Example


Text Example

White with #3A5499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,84,153); }

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

background-color css

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

 a { background-color: rgb(58,84,153); }

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

border-color css

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

 span { border-color: rgb(58,84,153); }

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