Html Css Color HEX #363845 Payne's Grey

📋 copy color: '#363845'

red 54 ◦ green 56 ◦ blue 69

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

Shades of Payne's Grey #363845

Tints of Payne's Grey #363845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 38.55%

R = 30.17%
G = 31.28%
B = 38.55%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#363845 (or 0x363845) is known color: Payne's Grey. HEX triplet: 36, 38 and 45. RGB value is (54,56,69). Sum of RGB (Red+Green+Blue) = 54+56+69=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 69 - color contains mainly: blue. Hex color #363845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363845 is #C9C7BA. Grayscale: #383838. Windows color (decimal): -13223867 or 4536374. OLE color: 4536374.

HSL color Cylindrical-coordinate representation of color #363845: hue angle of 232º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #363845 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 56 69 -
CMYK 0.22 0.19 0 0.73
HSL 232º 0.12% 0.24% -
HSV(B) 232º 0.22% 0.27% -
XYZ 4.01 4.04 6.2 -
YUV 56.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 54 56 69 0.22 0.19 0 0.73 232 0.12 0.24
Hex 36 38 45 16 13 0 49 E8 C 18
Octal 66 70 105 26 23 0 111 350 14 30
Binary 110110 111000 1000101 10110 10011 0 1001001 11101000 1100 11000

Color Harmonies of #363845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363845

Black with #363845

Text Example


Text Example

White with #363845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363845; }

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

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

background-color css

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

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

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

border-color css

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

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

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