Html Css Color HEX #3A478B Tory Blue

📋 copy color: '#3A478B'

red 58 ◦ green 71 ◦ blue 139

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

Shades of Tory Blue #3A478B

Tints of Tory Blue #3A478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.49%

 BLUE value IS 139 (54.69% from 255) = 51.87%

R = 21.64%
G = 26.49%
B = 51.87%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A478B (or 0x3A478B) is known color: Tory Blue. HEX triplet: 3A, 47 and 8B. RGB value is (58,71,139). Sum of RGB (Red+Green+Blue) = 58+71+139=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A478B is #C5B874. Grayscale: #4A4A4A. Windows color (decimal): -12957813 or 9127738. OLE color: 9127738.

HSL color Cylindrical-coordinate representation of color #3A478B: hue angle of 230.37º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A478B is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 71 139 -
CMYK 0.58 0.49 0 0.45
HSL 230.37º 0.41% 0.39% -
HSV(B) 230.37º 0.58% 0.55% -
XYZ 8.66 7.27 25.37 -
YUV 74.87 164.19 115.97 -
System Red Green Blue C M Y K H S L
Decimal 58 71 139 0.58 0.49 0 0.45 230.37 0.41 0.39
Hex 3A 47 8B 3A 31 0 2D E6 29 27
Octal 72 107 213 72 61 0 55 346 51 47
Binary 111010 1000111 10001011 111010 110001 0 101101 11100110 101001 100111

Color Harmonies of #3A478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A478B

Black with #3A478B

Text Example


Text Example

White with #3A478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,71,139); }

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

background-color css

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

 a { background-color: rgb(58,71,139); }

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

border-color css

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

 span { border-color: rgb(58,71,139); }

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