Html Css Color HEX #3D3C55 Payne's Grey

📋 copy color: '#3D3C55'

red 61 ◦ green 60 ◦ blue 85

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

Shades of Payne's Grey #3D3C55

Tints of Payne's Grey #3D3C55

RGB

 RED value IS 61 (24.22% from 255) = 29.61%

 GREEN value IS 60 (23.83% from 255) = 29.13%

 BLUE value IS 85 (33.59% from 255) = 41.26%

R = 29.61%
G = 29.13%
B = 41.26%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3D3C55 (or 0x3D3C55) is known color: Payne's Grey. HEX triplet: 3D, 3C and 55. RGB value is (61,60,85). Sum of RGB (Red+Green+Blue) = 61+60+85=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 60 (23.83% from 255 or 29.13% 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 #3D3C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3C55 is #C2C3AA. Grayscale: #3F3F3F. Windows color (decimal): -12764075 or 5585981. OLE color: 5585981.

HSL color Cylindrical-coordinate representation of color #3D3C55: hue angle of 242.4º 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 #3D3C55 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 60 85 -
CMYK 0.28 0.29 0 0.67
HSL 242.4º 0.17% 0.28% -
HSV(B) 242.4º 0.29% 0.33% -
XYZ 5.18 4.88 9.26 -
YUV 63.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 61 60 85 0.28 0.29 0 0.67 242.4 0.17 0.28
Hex 3D 3C 55 1C 1D 0 43 F2 11 1C
Octal 75 74 125 34 35 0 103 362 21 34
Binary 111101 111100 1010101 11100 11101 0 1000011 11110010 10001 11100

Color Harmonies of #3D3C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3C55

Black with #3D3C55

Text Example


Text Example

White with #3D3C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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