Html Css Color HEX #3A5089 Tory Blue

📋 copy color: '#3A5089'

red 58 ◦ green 80 ◦ blue 137

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

Shades of Tory Blue #3A5089

Tints of Tory Blue #3A5089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

 BLUE value IS 137 (53.91% from 255) = 49.82%

R = 21.09%
G = 29.09%
B = 49.82%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A5089 (or 0x3A5089) is known color: Tory Blue. HEX triplet: 3A, 50 and 89. RGB value is (58,80,137). Sum of RGB (Red+Green+Blue) = 58+80+137=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A5089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5089 is #C5AF76. Grayscale: #4F4F4F. Windows color (decimal): -12955511 or 8998970. OLE color: 8998970.

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

Color convert

RGB 58 80 137 -
CMYK 0.58 0.42 0 0.46
HSL 223.29º 0.41% 0.38% -
HSV(B) 223.29º 0.58% 0.54% -
XYZ 9.13 8.44 24.82 -
YUV 79.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 58 80 137 0.58 0.42 0 0.46 223.29 0.41 0.38
Hex 3A 50 89 3A 2A 0 2E DF 29 26
Octal 72 120 211 72 52 0 56 337 51 46
Binary 111010 1010000 10001001 111010 101010 0 101110 11011111 101001 100110

Color Harmonies of #3A5089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5089

Black with #3A5089

Text Example


Text Example

White with #3A5089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,80,137); }

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

background-color css

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

 a { background-color: rgb(58,80,137); }

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

border-color css

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

 span { border-color: rgb(58,80,137); }

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