Html Css Color HEX #36384C Payne's Grey

📋 copy color: '#36384C'

red 54 ◦ green 56 ◦ blue 76

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

Shades of Payne's Grey #36384C

Tints of Payne's Grey #36384C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40.86%

R = 29.03%
G = 30.11%
B = 40.86%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36384C (or 0x36384C) is known color: Payne's Grey. HEX triplet: 36, 38 and 4C. RGB value is (54,56,76). Sum of RGB (Red+Green+Blue) = 54+56+76=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 76 - color contains mainly: blue. Hex color #36384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36384C is #C9C7B3. Grayscale: #393939. Windows color (decimal): -13223860 or 4995126. OLE color: 4995126.

HSL color Cylindrical-coordinate representation of color #36384C: hue angle of 234.55º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #36384C is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 56 76 -
CMYK 0.29 0.26 0 0.70
HSL 234.55º 0.17% 0.25% -
HSV(B) 234.55º 0.29% 0.3% -
XYZ 4.24 4.13 7.41 -
YUV 57.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 54 56 76 0.29 0.26 0 0.70 234.55 0.17 0.25
Hex 36 38 4C 1D 1A 0 46 EB 11 19
Octal 66 70 114 35 32 0 106 353 21 31
Binary 110110 111000 1001100 11101 11010 0 1000110 11101011 10001 11001

Color Harmonies of #36384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36384C

Black with #36384C

Text Example


Text Example

White with #36384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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