#3A384F

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

Shades of Payne's Grey #3A384F

Tints of Payne's Grey #3A384F

Color information

#3A384F (or 0x3A384F) is unknown color: approx Payne's Grey. HEX triplet: 3A, 38 and 4F. RGB value is (58,56,79). Sum of RGB (Red+Green+Blue) = 58+56+79=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A384F is #C5C7B0. Grayscale: #3B3B3B. Windows color (decimal): -12961713 or 5191738. OLE color: 5191738.

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

Color convert

RGB585679-
CMYK0.270.2900.69
HSL245.22º17.04%26.47%-
HSV(B)245.22º29.11%30.98%-
XYZ4.574.297.98-
YUV59.22139.16127.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.05%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 79 (31.25% from 255) = 40.93%
R=30.05%
G=29.02%
B=40.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5856790.270.2900.69245.2217.0426.47
Hex3A384F1B1D045f5111a
Octal7270117333501053652132
Binary1110101110001001111110111110101000101111101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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