Html Css Color HEX #363851 Payne's Grey

📋 copy color: '#363851'

red 54 ◦ green 56 ◦ blue 81

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

Shades of Payne's Grey #363851

Tints of Payne's Grey #363851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 42.41%

R = 28.27%
G = 29.32%
B = 42.41%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#363851 (or 0x363851) is known color: Payne's Grey. HEX triplet: 36, 38 and 51. RGB value is (54,56,81). Sum of RGB (Red+Green+Blue) = 54+56+81=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 81 - color contains mainly: blue. Hex color #363851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363851 is #C9C7AE. Grayscale: #3A3A3A. Windows color (decimal): -13223855 or 5322806. OLE color: 5322806.

HSL color Cylindrical-coordinate representation of color #363851: hue angle of 235.56º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #363851 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 56 81 -
CMYK 0.33 0.31 0 0.68
HSL 235.56º 0.2% 0.26% -
HSV(B) 235.56º 0.33% 0.32% -
XYZ 4.42 4.21 8.36 -
YUV 58.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 54 56 81 0.33 0.31 0 0.68 235.56 0.2 0.26
Hex 36 38 51 21 1F 0 44 EC 14 1A
Octal 66 70 121 41 37 0 104 354 24 32
Binary 110110 111000 1010001 100001 11111 0 1000100 11101100 10100 11010

Color Harmonies of #363851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363851

Black with #363851

Text Example


Text Example

White with #363851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363851; }

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

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

background-color css

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

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

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

border-color css

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

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

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