Html Css Color HEX #3A5090 Tory Blue

📋 copy color: '#3A5090'

red 58 ◦ green 80 ◦ blue 144

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

Shades of Tory Blue #3A5090

Tints of Tory Blue #3A5090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.06%

R = 20.57%
G = 28.37%
B = 51.06%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A5090 (or 0x3A5090) is known color: Tory Blue. HEX triplet: 3A, 50 and 90. RGB value is (58,80,144). Sum of RGB (Red+Green+Blue) = 58+80+144=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A5090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5090 is #C5AF6F. Grayscale: #505050. Windows color (decimal): -12955504 or 9457722. OLE color: 9457722.

HSL color Cylindrical-coordinate representation of color #3A5090: hue angle of 224.65º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A5090 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 80 144 -
CMYK 0.60 0.44 0 0.44
HSL 224.65º 0.43% 0.4% -
HSV(B) 224.65º 0.6% 0.56% -
XYZ 9.65 8.65 27.55 -
YUV 80.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 58 80 144 0.60 0.44 0 0.44 224.65 0.43 0.4
Hex 3A 50 90 3C 2C 0 2C E1 2B 28
Octal 72 120 220 74 54 0 54 341 53 50
Binary 111010 1010000 10010000 111100 101100 0 101100 11100001 101011 101000

Color Harmonies of #3A5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5090

Black with #3A5090

Text Example


Text Example

White with #3A5090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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