Html Css Color HEX #3A5479 St Tropaz

📋 copy color: '#3A5479'

red 58 ◦ green 84 ◦ blue 121

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

Shades of St Tropaz #3A5479

Tints of St Tropaz #3A5479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.94%

 BLUE value IS 121 (47.66% from 255) = 46.01%

R = 22.05%
G = 31.94%
B = 46.01%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A5479 (or 0x3A5479) is known color: St Tropaz. HEX triplet: 3A, 54 and 79. RGB value is (58,84,121). Sum of RGB (Red+Green+Blue) = 58+84+121=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A5479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5479 is #C5AB86. Grayscale: #505050. Windows color (decimal): -12954503 or 7951418. OLE color: 7951418.

HSL color Cylindrical-coordinate representation of color #3A5479: hue angle of 215.24º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A5479 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 84 121 -
CMYK 0.52 0.31 0 0.53
HSL 215.24º 0.35% 0.35% -
HSV(B) 215.24º 0.52% 0.47% -
XYZ 8.37 8.62 19.31 -
YUV 80.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 58 84 121 0.52 0.31 0 0.53 215.24 0.35 0.35
Hex 3A 54 79 34 1F 0 35 D7 23 23
Octal 72 124 171 64 37 0 65 327 43 43
Binary 111010 1010100 1111001 110100 11111 0 110101 11010111 100011 100011

Color Harmonies of #3A5479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5479

Black with #3A5479

Text Example


Text Example

White with #3A5479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,84,121); }

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

background-color css

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

 a { background-color: rgb(58,84,121); }

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

border-color css

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

 span { border-color: rgb(58,84,121); }

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