Html Css Color HEX #38374F Payne's Grey

📋 copy color: '#38374F'

red 56 ◦ green 55 ◦ blue 79

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

Shades of Payne's Grey #38374F

Tints of Payne's Grey #38374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.95%

 BLUE value IS 79 (31.25% from 255) = 41.58%

R = 29.47%
G = 28.95%
B = 41.58%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38374F (or 0x38374F) is known color: Payne's Grey. HEX triplet: 38, 37 and 4F. RGB value is (56,55,79). Sum of RGB (Red+Green+Blue) = 56+55+79=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: blue. Hex color #38374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38374F is #C7C8B0. Grayscale: #393939. Windows color (decimal): -13093041 or 5191480. OLE color: 5191480.

HSL color Cylindrical-coordinate representation of color #38374F: hue angle of 242.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #38374F is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 55 79 -
CMYK 0.29 0.30 0 0.69
HSL 242.5º 0.18% 0.26% -
HSV(B) 242.5º 0.3% 0.31% -
XYZ 4.41 4.14 7.96 -
YUV 58.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 56 55 79 0.29 0.30 0 0.69 242.5 0.18 0.26
Hex 38 37 4F 1D 1E 0 45 F2 12 1A
Octal 70 67 117 35 36 0 105 362 22 32
Binary 111000 110111 1001111 11101 11110 0 1000101 11110010 10010 11010

Color Harmonies of #38374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38374F

Black with #38374F

Text Example


Text Example

White with #38374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38374F; }

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

 H1.HeaderClassName
 {
   color: #38374F;
 }
 .AnyTagClassName
 {
   color: #38374F;
 }
</style>

background-color css

<style>
 a { background-color: #38374F; }

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

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

border-color css

<style>
 span { border-color: #38374F; }

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

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