Html Css Color HEX #3B3C57 Payne's Grey

📋 copy color: '#3B3C57'

red 59 ◦ green 60 ◦ blue 87

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

Shades of Payne's Grey #3B3C57

Tints of Payne's Grey #3B3C57

RGB

 RED value IS 59 (23.44% from 255) = 28.64%

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

 BLUE value IS 87 (34.38% from 255) = 42.23%

R = 28.64%
G = 29.13%
B = 42.23%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3B3C57 (or 0x3B3C57) is known color: Payne's Grey. HEX triplet: 3B, 3C and 57. RGB value is (59,60,87). Sum of RGB (Red+Green+Blue) = 59+60+87=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #3B3C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3C57 is #C4C3A8. Grayscale: #3E3E3E. Windows color (decimal): -12895145 or 5717051. OLE color: 5717051.

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

Color convert

RGB 59 60 87 -
CMYK 0.32 0.31 0 0.66
HSL 237.86º 0.19% 0.29% -
HSV(B) 237.86º 0.32% 0.34% -
XYZ 5.14 4.85 9.68 -
YUV 62.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 59 60 87 0.32 0.31 0 0.66 237.86 0.19 0.29
Hex 3B 3C 57 20 1F 0 42 EE 13 1D
Octal 73 74 127 40 37 0 102 356 23 35
Binary 111011 111100 1010111 100000 11111 0 1000010 11101110 10011 11101

Color Harmonies of #3B3C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3C57

Black with #3B3C57

Text Example


Text Example

White with #3B3C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,60,87); }

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

background-color css

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

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

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

border-color css

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

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

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