Html Css Color HEX #3A4C93 Tory Blue

📋 copy color: '#3A4C93'

red 58 ◦ green 76 ◦ blue 147

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

Shades of Tory Blue #3A4C93

Tints of Tory Blue #3A4C93

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.05%

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

R = 20.64%
G = 27.05%
B = 52.31%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A4C93 (or 0x3A4C93) is known color: Tory Blue. HEX triplet: 3A, 4C and 93. RGB value is (58,76,147). Sum of RGB (Red+Green+Blue) = 58+76+147=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A4C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4C93 is #C5B36C. Grayscale: #4E4E4E. Windows color (decimal): -12956525 or 9653306. OLE color: 9653306.

HSL color Cylindrical-coordinate representation of color #3A4C93: hue angle of 227.87º 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 #3A4C93 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 76 147 -
CMYK 0.61 0.48 0 0.42
HSL 227.87º 0.43% 0.4% -
HSV(B) 227.87º 0.61% 0.58% -
XYZ 9.6 8.18 28.68 -
YUV 78.71 166.54 113.23 -
System Red Green Blue C M Y K H S L
Decimal 58 76 147 0.61 0.48 0 0.42 227.87 0.43 0.4
Hex 3A 4C 93 3D 30 0 2A E4 2B 28
Octal 72 114 223 75 60 0 52 344 53 50
Binary 111010 1001100 10010011 111101 110000 0 101010 11100100 101011 101000

Color Harmonies of #3A4C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4C93

Black with #3A4C93

Text Example


Text Example

White with #3A4C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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