Html Css Color HEX #3B3D53 Payne's Grey

📋 copy color: '#3B3D53'

red 59 ◦ green 61 ◦ blue 83

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

Shades of Payne's Grey #3B3D53

Tints of Payne's Grey #3B3D53

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.05%

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

R = 29.06%
G = 30.05%
B = 40.89%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3B3D53 (or 0x3B3D53) is known color: Payne's Grey. HEX triplet: 3B, 3D and 53. RGB value is (59,61,83). Sum of RGB (Red+Green+Blue) = 59+61+83=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B3D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3D53 is #C4C2AC. Grayscale: #3E3E3E. Windows color (decimal): -12894893 or 5455163. OLE color: 5455163.

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

Color convert

RGB 59 61 83 -
CMYK 0.29 0.27 0 0.67
HSL 235º 0.17% 0.28% -
HSV(B) 235º 0.29% 0.33% -
XYZ 5.03 4.89 8.86 -
YUV 62.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 59 61 83 0.29 0.27 0 0.67 235 0.17 0.28
Hex 3B 3D 53 1D 1B 0 43 EB 11 1C
Octal 73 75 123 35 33 0 103 353 21 34
Binary 111011 111101 1010011 11101 11011 0 1000011 11101011 10001 11100

Color Harmonies of #3B3D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3D53

Black with #3B3D53

Text Example


Text Example

White with #3B3D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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