Html Css Color HEX #3A537A St Tropaz

📋 copy color: '#3A537A'

red 58 ◦ green 83 ◦ blue 122

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

Shades of St Tropaz #3A537A

Tints of St Tropaz #3A537A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 46.39%

R = 22.05%
G = 31.56%
B = 46.39%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A537A (or 0x3A537A) is known color: St Tropaz. HEX triplet: 3A, 53 and 7A. RGB value is (58,83,122). Sum of RGB (Red+Green+Blue) = 58+83+122=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A537A is #C5AC85. Grayscale: #4F4F4F. Windows color (decimal): -12954758 or 8016698. OLE color: 8016698.

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

Color convert

RGB 58 83 122 -
CMYK 0.52 0.32 0 0.52
HSL 216.56º 0.36% 0.35% -
HSV(B) 216.56º 0.52% 0.48% -
XYZ 8.35 8.49 19.61 -
YUV 79.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 58 83 122 0.52 0.32 0 0.52 216.56 0.36 0.35
Hex 3A 53 7A 34 20 0 34 D9 24 23
Octal 72 123 172 64 40 0 64 331 44 43
Binary 111010 1010011 1111010 110100 100000 0 110100 11011001 100100 100011

Color Harmonies of #3A537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A537A

Black with #3A537A

Text Example


Text Example

White with #3A537A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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