Html Css Color HEX #36384A Payne's Grey

📋 copy color: '#36384A'

red 54 ◦ green 56 ◦ blue 74

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

Shades of Payne's Grey #36384A

Tints of Payne's Grey #36384A

RGB

 RED value IS 54 (21.48% from 255) = 29.35%

 GREEN value IS 56 (22.27% from 255) = 30.43%

 BLUE value IS 74 (29.3% from 255) = 40.22%

R = 29.35%
G = 30.43%
B = 40.22%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#36384A (or 0x36384A) is known color: Payne's Grey. HEX triplet: 36, 38 and 4A. RGB value is (54,56,74). Sum of RGB (Red+Green+Blue) = 54+56+74=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 74 - color contains mainly: blue. Hex color #36384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36384A is #C9C7B5. Grayscale: #393939. Windows color (decimal): -13223862 or 4864054. OLE color: 4864054.

HSL color Cylindrical-coordinate representation of color #36384A: hue angle of 234º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #36384A is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 56 74 -
CMYK 0.27 0.24 0 0.71
HSL 234º 0.16% 0.25% -
HSV(B) 234º 0.27% 0.29% -
XYZ 4.17 4.11 7.05 -
YUV 57.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 54 56 74 0.27 0.24 0 0.71 234 0.16 0.25
Hex 36 38 4A 1B 18 0 47 EA 10 19
Octal 66 70 112 33 30 0 107 352 20 31
Binary 110110 111000 1001010 11011 11000 0 1000111 11101010 10000 11001

Color Harmonies of #36384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36384A

Black with #36384A

Text Example


Text Example

White with #36384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36384A; }

 p { color: rgb(54,56,74); }

 H1.HeaderClassName
 {
   color: #36384A;
 }
 .AnyTagClassName
 {
   color: #36384A;
 }
</style>

background-color css

<style>
 a { background-color: #36384A; }

 a { background-color: rgb(54,56,74); }

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

border-color css

<style>
 span { border-color: #36384A; }

 span { border-color: rgb(54,56,74); }

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