#3A394E

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

Shades of Payne's Grey #3A394E

Tints of Payne's Grey #3A394E

Color information

#3A394E (or 0x3A394E) is unknown color: approx Payne's Grey. HEX triplet: 3A, 39 and 4E. RGB value is (58,57,78). Sum of RGB (Red+Green+Blue) = 58+57+78=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A394E is #C5C6B1. Grayscale: #3B3B3B. Windows color (decimal): -12961458 or 5126458. OLE color: 5126458.

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

Color convert

RGB585778-
CMYK0.260.2700.69
HSL242.86º15.56%26.47%-
HSV(B)242.86º26.92%30.59%-
XYZ4.584.387.81-
YUV59.69138.33126.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.05%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=30.05%
G=29.53%
B=40.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5857780.260.2700.69242.8615.5626.47
Hex3A394E1A1B045f3101a
Octal7271116323301053632032
Binary1110101110011001110110101101101000101111100111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,57,78); }

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

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

 a { background-color: rgb(58,57,78); }

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

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

 span { border-color: rgb(58,57,78); }

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