Html Css Color HEX #3A508B Tory Blue

📋 copy color: '#3A508B'

red 58 ◦ green 80 ◦ blue 139

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

Shades of Tory Blue #3A508B

Tints of Tory Blue #3A508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.18%

R = 20.94%
G = 28.88%
B = 50.18%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A508B (or 0x3A508B) is known color: Tory Blue. HEX triplet: 3A, 50 and 8B. RGB value is (58,80,139). Sum of RGB (Red+Green+Blue) = 58+80+139=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A508B is #C5AF74. Grayscale: #4F4F4F. Windows color (decimal): -12955509 or 9130042. OLE color: 9130042.

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

Color convert

RGB 58 80 139 -
CMYK 0.58 0.42 0 0.45
HSL 223.7º 0.41% 0.39% -
HSV(B) 223.7º 0.58% 0.55% -
XYZ 9.27 8.5 25.58 -
YUV 80.15 161.21 112.2 -
System Red Green Blue C M Y K H S L
Decimal 58 80 139 0.58 0.42 0 0.45 223.7 0.41 0.39
Hex 3A 50 8B 3A 2A 0 2D E0 29 27
Octal 72 120 213 72 52 0 55 340 51 47
Binary 111010 1010000 10001011 111010 101010 0 101101 11100000 101001 100111

Color Harmonies of #3A508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A508B

Black with #3A508B

Text Example


Text Example

White with #3A508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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