Html Css Color HEX #3C5984 St Tropaz

📋 copy color: '#3C5984'

red 60 ◦ green 89 ◦ blue 132

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

Shades of St Tropaz #3C5984

Tints of St Tropaz #3C5984

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

 BLUE value IS 132 (51.95% from 255) = 46.98%

R = 21.35%
G = 31.67%
B = 46.98%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C5984 (or 0x3C5984) is known color: St Tropaz. HEX triplet: 3C, 59 and 84. RGB value is (60,89,132). Sum of RGB (Red+Green+Blue) = 60+89+132=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C5984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5984 is #C3A67B. Grayscale: #555555. Windows color (decimal): -12822140 or 8673596. OLE color: 8673596.

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

Color convert

RGB 60 89 132 -
CMYK 0.55 0.33 0 0.48
HSL 215.83º 0.38% 0.38% -
HSV(B) 215.83º 0.55% 0.52% -
XYZ 9.6 9.77 23.21 -
YUV 85.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 60 89 132 0.55 0.33 0 0.48 215.83 0.38 0.38
Hex 3C 59 84 37 21 0 30 D8 26 26
Octal 74 131 204 67 41 0 60 330 46 46
Binary 111100 1011001 10000100 110111 100001 0 110000 11011000 100110 100110

Color Harmonies of #3C5984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5984

Black with #3C5984

Text Example


Text Example

White with #3C5984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,89,132); }

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

background-color css

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

 a { background-color: rgb(60,89,132); }

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

border-color css

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

 span { border-color: rgb(60,89,132); }

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