#3C3D55

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

Shades of Payne's Grey #3C3D55

Tints of Payne's Grey #3C3D55

Color information

#3C3D55 (or 0x3C3D55) is unknown color: approx Payne's Grey. HEX triplet: 3C, 3D and 55. RGB value is (60,61,85). Sum of RGB (Red+Green+Blue) = 60+61+85=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C3D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3D55 is #C3C2AA. Grayscale: #3F3F3F. Windows color (decimal): -12829355 or 5586236. OLE color: 5586236.

HSL color Cylindrical-coordinate representation of color #3C3D55: hue angle of 237.6º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C3D55 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB606185-
CMYK0.290.2800.67
HSL237.6º17.24%28.43%-
HSV(B)237.6º29.41%33.33%-
XYZ5.174.959.28-
YUV63.44140.17125.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.13%
GREEN value IS 61 (24.22% from 255) = 29.61%
BLUE value IS 85 (33.59% from 255) = 41.26%
R=29.13%
G=29.61%
B=41.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6061850.290.2800.67237.617.2428.43
Hex3C3D551D1C043ee111c
Octal7475125353401033562134
Binary1111001111011010101111011110001000011111011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,61,85); }

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

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

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

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

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

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

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