Html Css Color HEX #3A578D Tory Blue

📋 copy color: '#3A578D'

red 58 ◦ green 87 ◦ blue 141

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

Shades of Tory Blue #3A578D

Tints of Tory Blue #3A578D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

 BLUE value IS 141 (55.47% from 255) = 49.3%

R = 20.28%
G = 30.42%
B = 49.3%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A578D (or 0x3A578D) is known color: Tory Blue. HEX triplet: 3A, 57 and 8D. RGB value is (58,87,141). Sum of RGB (Red+Green+Blue) = 58+87+141=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A578D is #C5A872. Grayscale: #545454. Windows color (decimal): -12953715 or 9262906. OLE color: 9262906.

HSL color Cylindrical-coordinate representation of color #3A578D: hue angle of 219.04º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A578D is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 87 141 -
CMYK 0.59 0.38 0 0.45
HSL 219.04º 0.42% 0.39% -
HSV(B) 219.04º 0.59% 0.55% -
XYZ 9.96 9.64 26.53 -
YUV 84.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 58 87 141 0.59 0.38 0 0.45 219.04 0.42 0.39
Hex 3A 57 8D 3B 26 0 2D DB 2A 27
Octal 72 127 215 73 46 0 55 333 52 47
Binary 111010 1010111 10001101 111011 100110 0 101101 11011011 101010 100111

Color Harmonies of #3A578D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A578D

Black with #3A578D

Text Example


Text Example

White with #3A578D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,87,141); }

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

background-color css

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

 a { background-color: rgb(58,87,141); }

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

border-color css

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

 span { border-color: rgb(58,87,141); }

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