Html Css Color HEX #363745 Payne's Grey

📋 copy color: '#363745'

red 54 ◦ green 55 ◦ blue 69

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

Shades of Payne's Grey #363745

Tints of Payne's Grey #363745

RGB

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

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

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

R = 30.34%
G = 30.9%
B = 38.76%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#363745 (or 0x363745) is known color: Payne's Grey. HEX triplet: 36, 37 and 45. RGB value is (54,55,69). Sum of RGB (Red+Green+Blue) = 54+55+69=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 69 - color contains mainly: blue. Hex color #363745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363745 is #C9C8BA. Grayscale: #383838. Windows color (decimal): -13224123 or 4536118. OLE color: 4536118.

HSL color Cylindrical-coordinate representation of color #363745: hue angle of 236º 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 #363745 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 55 69 -
CMYK 0.22 0.20 0 0.73
HSL 236º 0.12% 0.24% -
HSV(B) 236º 0.22% 0.27% -
XYZ 3.96 3.95 6.18 -
YUV 56.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 54 55 69 0.22 0.20 0 0.73 236 0.12 0.24
Hex 36 37 45 16 14 0 49 EC C 18
Octal 66 67 105 26 24 0 111 354 14 30
Binary 110110 110111 1000101 10110 10100 0 1001001 11101100 1100 11000

Color Harmonies of #363745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363745

Black with #363745

Text Example


Text Example

White with #363745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363745; }

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

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

background-color css

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

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

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

border-color css

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

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

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