Html Css Color HEX #3B3850 Payne's Grey

📋 copy color: '#3B3850'

red 59 ◦ green 56 ◦ blue 80

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

Shades of Payne's Grey #3B3850

Tints of Payne's Grey #3B3850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.72%

 BLUE value IS 80 (31.64% from 255) = 41.03%

R = 30.26%
G = 28.72%
B = 41.03%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B3850 (or 0x3B3850) is known color: Payne's Grey. HEX triplet: 3B, 38 and 50. RGB value is (59,56,80). Sum of RGB (Red+Green+Blue) = 59+56+80=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B3850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3850 is #C4C7AF. Grayscale: #3B3B3B. Windows color (decimal): -12896176 or 5257275. OLE color: 5257275.

HSL color Cylindrical-coordinate representation of color #3B3850: hue angle of 247.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3B3850 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 56 80 -
CMYK 0.26 0.30 0 0.69
HSL 247.5º 0.18% 0.27% -
HSV(B) 247.5º 0.3% 0.31% -
XYZ 4.67 4.34 8.18 -
YUV 59.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 59 56 80 0.26 0.30 0 0.69 247.5 0.18 0.27
Hex 3B 38 50 1A 1E 0 45 F8 12 1B
Octal 73 70 120 32 36 0 105 370 22 33
Binary 111011 111000 1010000 11010 11110 0 1000101 11111000 10010 11011

Color Harmonies of #3B3850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3850

Black with #3B3850

Text Example


Text Example

White with #3B3850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,56,80); }

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

background-color css

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

 a { background-color: rgb(59,56,80); }

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

border-color css

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

 span { border-color: rgb(59,56,80); }

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