Html Css Color HEX #3A5379 St Tropaz

📋 copy color: '#3A5379'

red 58 ◦ green 83 ◦ blue 121

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

Shades of St Tropaz #3A5379

Tints of St Tropaz #3A5379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

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

R = 22.14%
G = 31.68%
B = 46.18%

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

#3A5379 (or 0x3A5379) is known color: St Tropaz. HEX triplet: 3A, 53 and 79. RGB value is (58,83,121). Sum of RGB (Red+Green+Blue) = 58+83+121=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A5379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5379 is #C5AC86. Grayscale: #4F4F4F. Windows color (decimal): -12954759 or 7951162. OLE color: 7951162.

HSL color Cylindrical-coordinate representation of color #3A5379: hue angle of 216.19º 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 #3A5379 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 83 121 -
CMYK 0.52 0.31 0 0.53
HSL 216.19º 0.35% 0.35% -
HSV(B) 216.19º 0.52% 0.47% -
XYZ 8.29 8.47 19.29 -
YUV 79.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 58 83 121 0.52 0.31 0 0.53 216.19 0.35 0.35
Hex 3A 53 79 34 1F 0 35 D8 23 23
Octal 72 123 171 64 37 0 65 330 43 43
Binary 111010 1010011 1111001 110100 11111 0 110101 11011000 100011 100011

Color Harmonies of #3A5379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5379

Black with #3A5379

Text Example


Text Example

White with #3A5379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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