Html Css Color HEX #3A478F Tory Blue

📋 copy color: '#3A478F'

red 58 ◦ green 71 ◦ blue 143

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

Shades of Tory Blue #3A478F

Tints of Tory Blue #3A478F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 52.57%

R = 21.32%
G = 26.1%
B = 52.57%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A478F (or 0x3A478F) is known color: Tory Blue. HEX triplet: 3A, 47 and 8F. RGB value is (58,71,143). Sum of RGB (Red+Green+Blue) = 58+71+143=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A478F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A478F is #C5B870. Grayscale: #4B4B4B. Windows color (decimal): -12957809 or 9389882. OLE color: 9389882.

HSL color Cylindrical-coordinate representation of color #3A478F: hue angle of 230.82º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A478F is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 71 143 -
CMYK 0.59 0.50 0 0.44
HSL 230.82º 0.42% 0.39% -
HSV(B) 230.82º 0.59% 0.56% -
XYZ 8.96 7.39 26.94 -
YUV 75.32 166.19 115.65 -
System Red Green Blue C M Y K H S L
Decimal 58 71 143 0.59 0.50 0 0.44 230.82 0.42 0.39
Hex 3A 47 8F 3B 32 0 2C E7 2A 27
Octal 72 107 217 73 62 0 54 347 52 47
Binary 111010 1000111 10001111 111011 110010 0 101100 11100111 101010 100111

Color Harmonies of #3A478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A478F

Black with #3A478F

Text Example


Text Example

White with #3A478F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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