Html Css Color HEX #3A4F9D Tory Blue

📋 copy color: '#3A4F9D'

red 58 ◦ green 79 ◦ blue 157

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

Shades of Tory Blue #3A4F9D

Tints of Tory Blue #3A4F9D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.87%

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 19.73%
G = 26.87%
B = 53.4%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A4F9D (or 0x3A4F9D) is known color: Tory Blue. HEX triplet: 3A, 4F and 9D. RGB value is (58,79,157). Sum of RGB (Red+Green+Blue) = 58+79+157=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A4F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A4F9D is #C5B062. Grayscale: #515151. Windows color (decimal): -12955747 or 10309434. OLE color: 10309434.

HSL color Cylindrical-coordinate representation of color #3A4F9D: hue angle of 227.27º 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 #3A4F9D is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 79 157 -
CMYK 0.63 0.50 0 0.38
HSL 227.27º 0.46% 0.42% -
HSV(B) 227.27º 0.63% 0.62% -
XYZ 10.63 8.93 33.06 -
YUV 81.61 170.54 111.16 -
System Red Green Blue C M Y K H S L
Decimal 58 79 157 0.63 0.50 0 0.38 227.27 0.46 0.42
Hex 3A 4F 9D 3F 32 0 26 E3 2E 2A
Octal 72 117 235 77 62 0 46 343 56 52
Binary 111010 1001111 10011101 111111 110010 0 100110 11100011 101110 101010

Color Harmonies of #3A4F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4F9D

Black with #3A4F9D

Text Example


Text Example

White with #3A4F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,79,157); }

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

background-color css

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

 a { background-color: rgb(58,79,157); }

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

border-color css

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

 span { border-color: rgb(58,79,157); }

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