#383A4D

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

Shades of Payne's Grey #383A4D

Tints of Payne's Grey #383A4D

Color information

#383A4D (or 0x383A4D) is unknown color: approx Payne's Grey. HEX triplet: 38, 3A and 4D. RGB value is (56,58,77). Sum of RGB (Red+Green+Blue) = 56+58+77=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #383A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A4D is #C7C5B2. Grayscale: #3B3B3B. Windows color (decimal): -13092275 or 5061176. OLE color: 5061176.

HSL color Cylindrical-coordinate representation of color #383A4D: hue angle of 234.29º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #383A4D is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB565877-
CMYK0.270.2500.70
HSL234.29º15.79%26.08%-
HSV(B)234.29º27.27%30.2%-
XYZ4.484.47.63-
YUV59.57137.84125.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 58 (23.05% from 255) = 30.37%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=29.32%
G=30.37%
B=40.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5658770.270.2500.70234.2915.7926.08
Hex383A4D1B19046ea101a
Octal7072115333101063522032
Binary1110001110101001101110111100101000110111010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383A4D; }

 p { color: rgb(56,58,77); }

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

<style>
 a { background-color: #383A4D; }

 a { background-color: rgb(56,58,77); }

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

<style>
 span { border-color: #383A4D; }

 span { border-color: rgb(56,58,77); }

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