#3C5884

Color #3C5884 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #3C5884

Tints of St Tropaz #3C5884

Color information

#3C5884 (or 0x3C5884) is unknown color: approx St Tropaz. HEX triplet: 3C, 58 and 84. RGB value is (60,88,132). Sum of RGB (Red+Green+Blue) = 60+88+132=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C5884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5884 is #C3A77B. Grayscale: #545454. Windows color (decimal): -12822396 or 8673340. OLE color: 8673340.

HSL color Cylindrical-coordinate representation of color #3C5884: hue angle of 216.67º 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 #3C5884 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6088132-
CMYK0.550.3300.48
HSL216.67º37.5%37.65%-
HSV(B)216.67º54.55%51.76%-
XYZ9.529.6123.18-
YUV84.64154.72110.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.43%
GREEN value IS 88 (34.77% from 255) = 31.43%
BLUE value IS 132 (51.95% from 255) = 47.14%
R=21.43%
G=31.43%
B=47.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60881320.550.3300.48216.6737.537.65
Hex3C58843721030d92626
Octal7413020467410603314646
Binary111100101100010000100110111100001011000011011001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C5884;
 }
 .AnyTagClassName
 {
   color: #3C5884;
 }
</style>
background-color css

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

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

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

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

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

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