Html Css Color HEX #3A498A Tory Blue

📋 copy color: '#3A498A'

red 58 ◦ green 73 ◦ blue 138

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

Shades of Tory Blue #3A498A

Tints of Tory Blue #3A498A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.14%

 BLUE value IS 138 (54.3% from 255) = 51.3%

R = 21.56%
G = 27.14%
B = 51.3%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A498A (or 0x3A498A) is known color: Tory Blue. HEX triplet: 3A, 49 and 8A. RGB value is (58,73,138). Sum of RGB (Red+Green+Blue) = 58+73+138=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A498A is #C5B675. Grayscale: #4B4B4B. Windows color (decimal): -12957302 or 9062714. OLE color: 9062714.

HSL color Cylindrical-coordinate representation of color #3A498A: hue angle of 228.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A498A is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 73 138 -
CMYK 0.58 0.47 0 0.46
HSL 228.75º 0.41% 0.38% -
HSV(B) 228.75º 0.58% 0.54% -
XYZ 8.71 7.5 25.03 -
YUV 75.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 58 73 138 0.58 0.47 0 0.46 228.75 0.41 0.38
Hex 3A 49 8A 3A 2F 0 2E E5 29 26
Octal 72 111 212 72 57 0 56 345 51 46
Binary 111010 1001001 10001010 111010 101111 0 101110 11100101 101001 100110

Color Harmonies of #3A498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A498A

Black with #3A498A

Text Example


Text Example

White with #3A498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,73,138); }

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

background-color css

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

 a { background-color: rgb(58,73,138); }

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

border-color css

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

 span { border-color: rgb(58,73,138); }

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