#3A3B4B

Color #3A3B4B Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #3A3B4B

Tints of Payne's Grey #3A3B4B

Color information

#3A3B4B (or 0x3A3B4B) is unknown color: approx Payne's Grey. HEX triplet: 3A, 3B and 4B. RGB value is (58,59,75). Sum of RGB (Red+Green+Blue) = 58+59+75=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A3B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3B4B is #C5C4B4. Grayscale: #3C3C3C. Windows color (decimal): -12960949 or 4930362. OLE color: 4930362.

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

Color convert

RGB585975-
CMYK0.230.2100.71
HSL236.47º12.78%26.08%-
HSV(B)236.47º22.67%29.41%-
XYZ4.584.547.29-
YUV60.52136.17126.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.21%
GREEN value IS 59 (23.44% from 255) = 30.73%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=30.21%
G=30.73%
B=39.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5859750.230.2100.71236.4712.7826.08
Hex3A3B4B1715047ecd1a
Octal7273113272501073541532
Binary111010111011100101110111101010100011111101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A3B4B;
 }
 .AnyTagClassName
 {
   color: #3A3B4B;
 }
</style>
background-color css

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

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

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

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

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

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