Html Css Color HEX #3B3A4A Payne's Grey

📋 copy color: '#3B3A4A'

red 59 ◦ green 58 ◦ blue 74

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

Shades of Payne's Grey #3B3A4A

Tints of Payne's Grey #3B3A4A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.37%

 BLUE value IS 74 (29.3% from 255) = 38.74%

R = 30.89%
G = 30.37%
B = 38.74%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3B3A4A (or 0x3B3A4A) is known color: Payne's Grey. HEX triplet: 3B, 3A and 4A. RGB value is (59,58,74). Sum of RGB (Red+Green+Blue) = 59+58+74=191 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.89% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 74 - color contains mainly: blue. Hex color #3B3A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3A4A is #C4C5B5. Grayscale: #3C3C3C. Windows color (decimal): -12895670 or 4864571. OLE color: 4864571.

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

Color convert

RGB 59 58 74 -
CMYK 0.20 0.22 0 0.71
HSL 243.75º 0.12% 0.26% -
HSV(B) 243.75º 0.22% 0.29% -
XYZ 4.55 4.45 7.1 -
YUV 60.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 59 58 74 0.20 0.22 0 0.71 243.75 0.12 0.26
Hex 3B 3A 4A 14 16 0 47 F4 C 1A
Octal 73 72 112 24 26 0 107 364 14 32
Binary 111011 111010 1001010 10100 10110 0 1000111 11110100 1100 11010

Color Harmonies of #3B3A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3A4A

Black with #3B3A4A

Text Example


Text Example

White with #3B3A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,58,74); }

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

background-color css

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

 a { background-color: rgb(59,58,74); }

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

border-color css

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

 span { border-color: rgb(59,58,74); }

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