Html Css Color HEX #3A477F Tory Blue

📋 copy color: '#3A477F'

red 58 ◦ green 71 ◦ blue 127

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

Shades of Tory Blue #3A477F

Tints of Tory Blue #3A477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.61%

R = 22.66%
G = 27.73%
B = 49.61%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3A477F (or 0x3A477F) is known color: Tory Blue. HEX triplet: 3A, 47 and 7F. RGB value is (58,71,127). Sum of RGB (Red+Green+Blue) = 58+71+127=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A477F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A477F is #C5B880. Grayscale: #494949. Windows color (decimal): -12957825 or 8341306. OLE color: 8341306.

HSL color Cylindrical-coordinate representation of color #3A477F: hue angle of 228.7º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A477F is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 71 127 -
CMYK 0.54 0.44 0 0.50
HSL 228.7º 0.37% 0.36% -
HSV(B) 228.7º 0.54% 0.5% -
XYZ 7.83 6.94 21.01 -
YUV 73.5 158.19 116.95 -
System Red Green Blue C M Y K H S L
Decimal 58 71 127 0.54 0.44 0 0.50 228.7 0.37 0.36
Hex 3A 47 7F 36 2C 0 32 E5 25 24
Octal 72 107 177 66 54 0 62 345 45 44
Binary 111010 1000111 1111111 110110 101100 0 110010 11100101 100101 100100

Color Harmonies of #3A477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A477F

Black with #3A477F

Text Example


Text Example

White with #3A477F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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