Html Css Color HEX #383A4D Payne's Grey

📋 copy color: '#383A4D'

red 56 ◦ green 58 ◦ blue 77

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

Shades of Payne's Grey #383A4D

Tints of Payne's Grey #383A4D

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

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#383A4D (or 0x383A4D) is known color: 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

RGB 56 58 77 -
CMYK 0.27 0.25 0 0.70
HSL 234.29º 0.16% 0.26% -
HSV(B) 234.29º 0.27% 0.3% -
XYZ 4.48 4.4 7.63 -
YUV 59.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 56 58 77 0.27 0.25 0 0.70 234.29 0.16 0.26
Hex 38 3A 4D 1B 19 0 46 EA 10 1A
Octal 70 72 115 33 31 0 106 352 20 32
Binary 111000 111010 1001101 11011 11001 0 1000110 11101010 10000 11010

Color Harmonies of #383A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A4D

Black with #383A4D

Text Example


Text Example

White with #383A4D

Text Example


Text Example

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