Html Css Color HEX #3C5781 St Tropaz

📋 copy color: '#3C5781'

red 60 ◦ green 87 ◦ blue 129

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

Shades of St Tropaz #3C5781

Tints of St Tropaz #3C5781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.74%

R = 21.74%
G = 31.52%
B = 46.74%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C5781 (or 0x3C5781) is known color: St Tropaz. HEX triplet: 3C, 57 and 81. RGB value is (60,87,129). Sum of RGB (Red+Green+Blue) = 60+87+129=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #3C5781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5781 is #C3A87E. Grayscale: #535353. Windows color (decimal): -12822655 or 8476476. OLE color: 8476476.

HSL color Cylindrical-coordinate representation of color #3C5781: hue angle of 216.52º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C5781 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 60 87 129 -
CMYK 0.53 0.33 0 0.49
HSL 216.52º 0.37% 0.37% -
HSV(B) 216.52º 0.53% 0.51% -
XYZ 9.23 9.36 22.09 -
YUV 83.72 153.55 111.08 -
System Red Green Blue C M Y K H S L
Decimal 60 87 129 0.53 0.33 0 0.49 216.52 0.37 0.37
Hex 3C 57 81 35 21 0 31 D9 25 25
Octal 74 127 201 65 41 0 61 331 45 45
Binary 111100 1010111 10000001 110101 100001 0 110001 11011001 100101 100101

Color Harmonies of #3C5781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5781

Black with #3C5781

Text Example


Text Example

White with #3C5781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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