Html Css Color HEX #3A489E Tory Blue

📋 copy color: '#3A489E'

red 58 ◦ green 72 ◦ blue 158

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

Shades of Tory Blue #3A489E

Tints of Tory Blue #3A489E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25%

 BLUE value IS 158 (62.11% from 255) = 54.86%

R = 20.14%
G = 25%
B = 54.86%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A489E (or 0x3A489E) is known color: Tory Blue. HEX triplet: 3A, 48 and 9E. RGB value is (58,72,158). Sum of RGB (Red+Green+Blue) = 58+72+158=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A489E is #C5B761. Grayscale: #4D4D4D. Windows color (decimal): -12957538 or 10373178. OLE color: 10373178.

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

Color convert

RGB 58 72 158 -
CMYK 0.63 0.54 0 0.38
HSL 231.6º 0.46% 0.42% -
HSV(B) 231.6º 0.63% 0.62% -
XYZ 10.23 8 33.35 -
YUV 77.62 173.36 114.01 -
System Red Green Blue C M Y K H S L
Decimal 58 72 158 0.63 0.54 0 0.38 231.6 0.46 0.42
Hex 3A 48 9E 3F 36 0 26 E8 2E 2A
Octal 72 110 236 77 66 0 46 350 56 52
Binary 111010 1001000 10011110 111111 110110 0 100110 11101000 101110 101010

Color Harmonies of #3A489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A489E

Black with #3A489E

Text Example


Text Example

White with #3A489E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,72,158); }

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

background-color css

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

 a { background-color: rgb(58,72,158); }

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

border-color css

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

 span { border-color: rgb(58,72,158); }

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