Html Css Color HEX #38394E Payne's Grey

📋 copy color: '#38394E'

red 56 ◦ green 57 ◦ blue 78

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

Shades of Payne's Grey #38394E

Tints of Payne's Grey #38394E

RGB

 RED value IS 56 (22.27% from 255) = 29.32%

 GREEN value IS 57 (22.66% from 255) = 29.84%

 BLUE value IS 78 (30.86% from 255) = 40.84%

R = 29.32%
G = 29.84%
B = 40.84%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38394E (or 0x38394E) is known color: Payne's Grey. HEX triplet: 38, 39 and 4E. RGB value is (56,57,78). Sum of RGB (Red+Green+Blue) = 56+57+78=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #38394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38394E is #C7C6B1. Grayscale: #3B3B3B. Windows color (decimal): -13092530 or 5126456. OLE color: 5126456.

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

Color convert

RGB 56 57 78 -
CMYK 0.28 0.27 0 0.69
HSL 237.27º 0.16% 0.26% -
HSV(B) 237.27º 0.28% 0.31% -
XYZ 4.47 4.32 7.81 -
YUV 59.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 56 57 78 0.28 0.27 0 0.69 237.27 0.16 0.26
Hex 38 39 4E 1C 1B 0 45 ED 10 1A
Octal 70 71 116 34 33 0 105 355 20 32
Binary 111000 111001 1001110 11100 11011 0 1000101 11101101 10000 11010

Color Harmonies of #38394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38394E

Black with #38394E

Text Example


Text Example

White with #38394E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38394E; }

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

 H1.HeaderClassName
 {
   color: #38394E;
 }
 .AnyTagClassName
 {
   color: #38394E;
 }
</style>

background-color css

<style>
 a { background-color: #38394E; }

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

 div.DivClassName
 {
   background-color: #38394E;
 }
 .BgClassName
 {
   background-color: #38394E;
 }
</style>

border-color css

<style>
 span { border-color: #38394E; }

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

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