Html Css Color HEX #3A4F93 Tory Blue

📋 copy color: '#3A4F93'

red 58 ◦ green 79 ◦ blue 147

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

Shades of Tory Blue #3A4F93

Tints of Tory Blue #3A4F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.76%

R = 20.42%
G = 27.82%
B = 51.76%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A4F93 (or 0x3A4F93) is known color: Tory Blue. HEX triplet: 3A, 4F and 93. RGB value is (58,79,147). Sum of RGB (Red+Green+Blue) = 58+79+147=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A4F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A4F93 is #C5B06C. Grayscale: #505050. Windows color (decimal): -12955757 or 9654074. OLE color: 9654074.

HSL color Cylindrical-coordinate representation of color #3A4F93: hue angle of 225.84º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A4F93 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 79 147 -
CMYK 0.61 0.46 0 0.42
HSL 225.84º 0.43% 0.4% -
HSV(B) 225.84º 0.61% 0.58% -
XYZ 9.81 8.6 28.75 -
YUV 80.47 165.54 111.97 -
System Red Green Blue C M Y K H S L
Decimal 58 79 147 0.61 0.46 0 0.42 225.84 0.43 0.4
Hex 3A 4F 93 3D 2E 0 2A E2 2B 28
Octal 72 117 223 75 56 0 52 342 53 50
Binary 111010 1001111 10010011 111101 101110 0 101010 11100010 101011 101000

Color Harmonies of #3A4F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4F93

Black with #3A4F93

Text Example


Text Example

White with #3A4F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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