Html Css Color HEX #3A508E Tory Blue

📋 copy color: '#3A508E'

red 58 ◦ green 80 ◦ blue 142

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

Shades of Tory Blue #3A508E

Tints of Tory Blue #3A508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 50.71%

R = 20.71%
G = 28.57%
B = 50.71%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A508E (or 0x3A508E) is known color: Tory Blue. HEX triplet: 3A, 50 and 8E. RGB value is (58,80,142). Sum of RGB (Red+Green+Blue) = 58+80+142=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A508E is #C5AF71. Grayscale: #505050. Windows color (decimal): -12955506 or 9326650. OLE color: 9326650.

HSL color Cylindrical-coordinate representation of color #3A508E: hue angle of 224.29º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A508E is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 80 142 -
CMYK 0.59 0.44 0 0.44
HSL 224.29º 0.42% 0.39% -
HSV(B) 224.29º 0.59% 0.56% -
XYZ 9.5 8.59 26.75 -
YUV 80.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 58 80 142 0.59 0.44 0 0.44 224.29 0.42 0.39
Hex 3A 50 8E 3B 2C 0 2C E0 2A 27
Octal 72 120 216 73 54 0 54 340 52 47
Binary 111010 1010000 10001110 111011 101100 0 101100 11100000 101010 100111

Color Harmonies of #3A508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A508E

Black with #3A508E

Text Example


Text Example

White with #3A508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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