Html Css Color HEX #3B3C4B Payne's Grey

📋 copy color: '#3B3C4B'

red 59 ◦ green 60 ◦ blue 75

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

Shades of Payne's Grey #3B3C4B

Tints of Payne's Grey #3B3C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.66%

R = 30.41%
G = 30.93%
B = 38.66%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3B3C4B (or 0x3B3C4B) is known color: Payne's Grey. HEX triplet: 3B, 3C and 4B. RGB value is (59,60,75). Sum of RGB (Red+Green+Blue) = 59+60+75=194 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.41% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B3C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3C4B is #C4C3B4. Grayscale: #3D3D3D. Windows color (decimal): -12895157 or 4930619. OLE color: 4930619.

HSL color Cylindrical-coordinate representation of color #3B3C4B: hue angle of 236.25º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3B3C4B is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 59 60 75 -
CMYK 0.21 0.20 0 0.71
HSL 236.25º 0.12% 0.26% -
HSV(B) 236.25º 0.21% 0.29% -
XYZ 4.69 4.67 7.31 -
YUV 61.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 59 60 75 0.21 0.20 0 0.71 236.25 0.12 0.26
Hex 3B 3C 4B 15 14 0 47 EC C 1A
Octal 73 74 113 25 24 0 107 354 14 32
Binary 111011 111100 1001011 10101 10100 0 1000111 11101100 1100 11010

Color Harmonies of #3B3C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3C4B

Black with #3B3C4B

Text Example


Text Example

White with #3B3C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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