Html Css Color HEX #3B3953 Payne's Grey

📋 copy color: '#3B3953'

red 59 ◦ green 57 ◦ blue 83

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

Shades of Payne's Grey #3B3953

Tints of Payne's Grey #3B3953

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.64%

 BLUE value IS 83 (32.81% from 255) = 41.71%

R = 29.65%
G = 28.64%
B = 41.71%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3B3953 (or 0x3B3953) is known color: Payne's Grey. HEX triplet: 3B, 39 and 53. RGB value is (59,57,83). Sum of RGB (Red+Green+Blue) = 59+57+83=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B3953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3953 is #C4C6AC. Grayscale: #3C3C3C. Windows color (decimal): -12895917 or 5454139. OLE color: 5454139.

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

Color convert

RGB 59 57 83 -
CMYK 0.29 0.31 0 0.67
HSL 244.62º 0.19% 0.27% -
HSV(B) 244.62º 0.31% 0.33% -
XYZ 4.83 4.48 8.79 -
YUV 60.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 59 57 83 0.29 0.31 0 0.67 244.62 0.19 0.27
Hex 3B 39 53 1D 1F 0 43 F5 13 1B
Octal 73 71 123 35 37 0 103 365 23 33
Binary 111011 111001 1010011 11101 11111 0 1000011 11110101 10011 11011

Color Harmonies of #3B3953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3953

Black with #3B3953

Text Example


Text Example

White with #3B3953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,57,83); }

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

background-color css

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

 a { background-color: rgb(59,57,83); }

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

border-color css

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

 span { border-color: rgb(59,57,83); }

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