Html Css Color HEX #3A394E Payne's Grey

📋 copy color: '#3A394E'

red 58 ◦ green 57 ◦ blue 78

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

Shades of Payne's Grey #3A394E

Tints of Payne's Grey #3A394E

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 value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A394E (or 0x3A394E) is known color: 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

RGB 58 57 78 -
CMYK 0.26 0.27 0 0.69
HSL 242.86º 0.16% 0.26% -
HSV(B) 242.86º 0.27% 0.31% -
XYZ 4.58 4.38 7.81 -
YUV 59.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 58 57 78 0.26 0.27 0 0.69 242.86 0.16 0.26
Hex 3A 39 4E 1A 1B 0 45 F3 10 1A
Octal 72 71 116 32 33 0 105 363 20 32
Binary 111010 111001 1001110 11010 11011 0 1000101 11110011 10000 11010

Color Harmonies of #3A394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A394E

Black with #3A394E

Text Example


Text Example

White with #3A394E

Text Example


Text Example

HTML Codes & Css Web 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>