Html Css Color HEX #3A5082 Tory Blue

📋 copy color: '#3A5082'

red 58 ◦ green 80 ◦ blue 130

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

Shades of Tory Blue #3A5082

Tints of Tory Blue #3A5082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.51%

R = 21.64%
G = 29.85%
B = 48.51%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3A5082 (or 0x3A5082) is known color: Tory Blue. HEX triplet: 3A, 50 and 82. RGB value is (58,80,130). Sum of RGB (Red+Green+Blue) = 58+80+130=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A5082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5082 is #C5AF7D. Grayscale: #4E4E4E. Windows color (decimal): -12955518 or 8540218. OLE color: 8540218.

HSL color Cylindrical-coordinate representation of color #3A5082: hue angle of 221.67º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A5082 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 58 80 130 -
CMYK 0.55 0.38 0 0.49
HSL 221.67º 0.38% 0.37% -
HSV(B) 221.67º 0.55% 0.51% -
XYZ 8.64 8.25 22.26 -
YUV 79.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 58 80 130 0.55 0.38 0 0.49 221.67 0.38 0.37
Hex 3A 50 82 37 26 0 31 DE 26 25
Octal 72 120 202 67 46 0 61 336 46 45
Binary 111010 1010000 10000010 110111 100110 0 110001 11011110 100110 100101

Color Harmonies of #3A5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5082

Black with #3A5082

Text Example


Text Example

White with #3A5082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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