#3C3C58

Color #3C3C58 Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #3C3C58

Tints of Payne's Grey #3C3C58

Color information

#3C3C58 (or 0x3C3C58) is unknown color: approx Payne's Grey. HEX triplet: 3C, 3C and 58. RGB value is (60,60,88). Sum of RGB (Red+Green+Blue) = 60+60+88=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C3C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3C58 is #C3C3A7. Grayscale: #3F3F3F. Windows color (decimal): -12829608 or 5782588. OLE color: 5782588.

HSL color Cylindrical-coordinate representation of color #3C3C58: hue angle of 240º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C3C58 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB606088-
CMYK0.320.3200.65
HSL240º18.92%29.02%-
HSV(B)240º31.82%34.51%-
XYZ5.244.99.9-
YUV63.19142125.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.85%
GREEN value IS 60 (23.83% from 255) = 28.85%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=28.85%
G=28.85%
B=42.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6060880.320.3200.6524018.9229.02
Hex3C3C582020041f0131d
Octal7474130404001013602335
Binary111100111100101100010000010000001000001111100001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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