Html Css Color HEX #3C577D St Tropaz

📋 copy color: '#3C577D'

red 60 ◦ green 87 ◦ blue 125

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

Shades of St Tropaz #3C577D

Tints of St Tropaz #3C577D

RGB

 RED value IS 60 (23.83% from 255) = 22.06%

 GREEN value IS 87 (34.38% from 255) = 31.99%

 BLUE value IS 125 (49.22% from 255) = 45.96%

R = 22.06%
G = 31.99%
B = 45.96%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C577D (or 0x3C577D) is known color: St Tropaz. HEX triplet: 3C, 57 and 7D. RGB value is (60,87,125). Sum of RGB (Red+Green+Blue) = 60+87+125=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C577D is #C3A882. Grayscale: #535353. Windows color (decimal): -12822659 or 8214332. OLE color: 8214332.

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

Color convert

RGB 60 87 125 -
CMYK 0.52 0.30 0 0.51
HSL 215.08º 0.35% 0.36% -
HSV(B) 215.08º 0.52% 0.49% -
XYZ 8.97 9.26 20.72 -
YUV 83.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 60 87 125 0.52 0.30 0 0.51 215.08 0.35 0.36
Hex 3C 57 7D 34 1E 0 33 D7 23 24
Octal 74 127 175 64 36 0 63 327 43 44
Binary 111100 1010111 1111101 110100 11110 0 110011 11010111 100011 100100

Color Harmonies of #3C577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C577D

Black with #3C577D

Text Example


Text Example

White with #3C577D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,87,125); }

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

background-color css

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

 a { background-color: rgb(60,87,125); }

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

border-color css

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

 span { border-color: rgb(60,87,125); }

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