Html Css Color HEX #3A4787 Tory Blue

📋 copy color: '#3A4787'

red 58 ◦ green 71 ◦ blue 135

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

Shades of Tory Blue #3A4787

Tints of Tory Blue #3A4787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 51.14%

R = 21.97%
G = 26.89%
B = 51.14%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A4787 (or 0x3A4787) is known color: Tory Blue. HEX triplet: 3A, 47 and 87. RGB value is (58,71,135). Sum of RGB (Red+Green+Blue) = 58+71+135=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A4787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4787 is #C5B878. Grayscale: #4A4A4A. Windows color (decimal): -12957817 or 8865594. OLE color: 8865594.

HSL color Cylindrical-coordinate representation of color #3A4787: hue angle of 229.87º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A4787 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 71 135 -
CMYK 0.57 0.47 0 0.47
HSL 229.87º 0.4% 0.38% -
HSV(B) 229.87º 0.57% 0.53% -
XYZ 8.37 7.16 23.86 -
YUV 74.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 58 71 135 0.57 0.47 0 0.47 229.87 0.4 0.38
Hex 3A 47 87 39 2F 0 2F E6 28 26
Octal 72 107 207 71 57 0 57 346 50 46
Binary 111010 1000111 10000111 111001 101111 0 101111 11100110 101000 100110

Color Harmonies of #3A4787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4787

Black with #3A4787

Text Example


Text Example

White with #3A4787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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