Html Css Color HEX #3A598D Tory Blue

📋 copy color: '#3A598D'

red 58 ◦ green 89 ◦ blue 141

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

Shades of Tory Blue #3A598D

Tints of Tory Blue #3A598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.9%

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

R = 20.14%
G = 30.9%
B = 48.96%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A598D (or 0x3A598D) is known color: Tory Blue. HEX triplet: 3A, 59 and 8D. RGB value is (58,89,141). Sum of RGB (Red+Green+Blue) = 58+89+141=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A598D is #C5A672. Grayscale: #555555. Windows color (decimal): -12953203 or 9263418. OLE color: 9263418.

HSL color Cylindrical-coordinate representation of color #3A598D: hue angle of 217.59º 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 #3A598D is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 89 141 -
CMYK 0.59 0.37 0 0.45
HSL 217.59º 0.42% 0.39% -
HSV(B) 217.59º 0.59% 0.55% -
XYZ 10.13 9.97 26.59 -
YUV 85.66 159.23 108.27 -
System Red Green Blue C M Y K H S L
Decimal 58 89 141 0.59 0.37 0 0.45 217.59 0.42 0.39
Hex 3A 59 8D 3B 25 0 2D DA 2A 27
Octal 72 131 215 73 45 0 55 332 52 47
Binary 111010 1011001 10001101 111011 100101 0 101101 11011010 101010 100111

Color Harmonies of #3A598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A598D

Black with #3A598D

Text Example


Text Example

White with #3A598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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