Html Css Color HEX #3A557B St Tropaz

📋 copy color: '#3A557B'

red 58 ◦ green 85 ◦ blue 123

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

Shades of St Tropaz #3A557B

Tints of St Tropaz #3A557B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

 BLUE value IS 123 (48.44% from 255) = 46.24%

R = 21.8%
G = 31.95%
B = 46.24%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A557B (or 0x3A557B) is known color: St Tropaz. HEX triplet: 3A, 55 and 7B. RGB value is (58,85,123). Sum of RGB (Red+Green+Blue) = 58+85+123=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A557B is #C5AA84. Grayscale: #515151. Windows color (decimal): -12954245 or 8082746. OLE color: 8082746.

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

Color convert

RGB 58 85 123 -
CMYK 0.53 0.31 0 0.52
HSL 215.08º 0.36% 0.35% -
HSV(B) 215.08º 0.53% 0.48% -
XYZ 8.57 8.83 19.99 -
YUV 81.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 58 85 123 0.53 0.31 0 0.52 215.08 0.36 0.35
Hex 3A 55 7B 35 1F 0 34 D7 24 23
Octal 72 125 173 65 37 0 64 327 44 43
Binary 111010 1010101 1111011 110101 11111 0 110100 11010111 100100 100011

Color Harmonies of #3A557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A557B

Black with #3A557B

Text Example


Text Example

White with #3A557B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,85,123); }

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

background-color css

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

 a { background-color: rgb(58,85,123); }

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

border-color css

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

 span { border-color: rgb(58,85,123); }

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