Html Css Color HEX #3C587E St Tropaz

📋 copy color: '#3C587E'

red 60 ◦ green 88 ◦ blue 126

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

Shades of St Tropaz #3C587E

Tints of St Tropaz #3C587E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.12%

 BLUE value IS 126 (49.61% from 255) = 45.99%

R = 21.9%
G = 32.12%
B = 45.99%

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

#3C587E (or 0x3C587E) is known color: St Tropaz. HEX triplet: 3C, 58 and 7E. RGB value is (60,88,126). Sum of RGB (Red+Green+Blue) = 60+88+126=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 126 - color contains mainly: blue. Hex color #3C587E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C587E is #C3A781. Grayscale: #535353. Windows color (decimal): -12822402 or 8280124. OLE color: 8280124.

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

Color convert

RGB 60 88 126 -
CMYK 0.52 0.30 0 0.51
HSL 214.55º 0.35% 0.36% -
HSV(B) 214.55º 0.52% 0.49% -
XYZ 9.12 9.45 21.08 -
YUV 83.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 60 88 126 0.52 0.30 0 0.51 214.55 0.35 0.36
Hex 3C 58 7E 34 1E 0 33 D7 23 24
Octal 74 130 176 64 36 0 63 327 43 44
Binary 111100 1011000 1111110 110100 11110 0 110011 11010111 100011 100100

Color Harmonies of #3C587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C587E

Black with #3C587E

Text Example


Text Example

White with #3C587E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,88,126); }

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

background-color css

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

 a { background-color: rgb(60,88,126); }

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

border-color css

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

 span { border-color: rgb(60,88,126); }

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