#3C5881

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

Shades of St Tropaz #3C5881

Tints of St Tropaz #3C5881

Color information

#3C5881 (or 0x3C5881) is unknown color: approx St Tropaz. HEX triplet: 3C, 58 and 81. RGB value is (60,88,129). Sum of RGB (Red+Green+Blue) = 60+88+129=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #3C5881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5881 is #C3A77E. Grayscale: #545454. Windows color (decimal): -12822399 or 8476732. OLE color: 8476732.

HSL color Cylindrical-coordinate representation of color #3C5881: hue angle of 215.65º 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 #3C5881 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6088129-
CMYK0.530.3200.49
HSL215.65º36.51%37.06%-
HSV(B)215.65º53.49%50.59%-
XYZ9.329.5322.12-
YUV84.3153.22110.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.66%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 129 (50.78% from 255) = 46.57%
R=21.66%
G=31.77%
B=46.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60881290.530.3200.49215.6536.5137.06
Hex3C58813520031d82525
Octal7413020165400613304545
Binary111100101100010000001110101100000011000111011000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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