Html Css Color HEX #3A508D Tory Blue

📋 copy color: '#3A508D'

red 58 ◦ green 80 ◦ blue 141

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

Shades of Tory Blue #3A508D

Tints of Tory Blue #3A508D

RGB

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

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

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

R = 20.79%
G = 28.67%
B = 50.54%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A508D (or 0x3A508D) is known color: Tory Blue. HEX triplet: 3A, 50 and 8D. RGB value is (58,80,141). Sum of RGB (Red+Green+Blue) = 58+80+141=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A508D is #C5AF72. Grayscale: #505050. Windows color (decimal): -12955507 or 9261114. OLE color: 9261114.

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

Color convert

RGB 58 80 141 -
CMYK 0.59 0.43 0 0.45
HSL 224.1º 0.42% 0.39% -
HSV(B) 224.1º 0.59% 0.55% -
XYZ 9.42 8.56 26.35 -
YUV 80.38 162.21 112.04 -
System Red Green Blue C M Y K H S L
Decimal 58 80 141 0.59 0.43 0 0.45 224.1 0.42 0.39
Hex 3A 50 8D 3B 2B 0 2D E0 2A 27
Octal 72 120 215 73 53 0 55 340 52 47
Binary 111010 1010000 10001101 111011 101011 0 101101 11100000 101010 100111

Color Harmonies of #3A508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A508D

Black with #3A508D

Text Example


Text Example

White with #3A508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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