Html Css Color HEX #363654 Payne's Grey

📋 copy color: '#363654'

red 54 ◦ green 54 ◦ blue 84

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

Shades of Payne's Grey #363654

Tints of Payne's Grey #363654

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.13%

 BLUE value IS 84 (33.2% from 255) = 43.75%

R = 28.13%
G = 28.13%
B = 43.75%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#363654 (or 0x363654) is known color: Payne's Grey. HEX triplet: 36, 36 and 54. RGB value is (54,54,84). Sum of RGB (Red+Green+Blue) = 54+54+84=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 84 - color contains mainly: blue. Hex color #363654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363654 is #C9C9AB. Grayscale: #393939. Windows color (decimal): -13224364 or 5518902. OLE color: 5518902.

HSL color Cylindrical-coordinate representation of color #363654: hue angle of 240º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #363654 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 54 84 -
CMYK 0.36 0.36 0 0.67
HSL 240º 0.22% 0.27% -
HSV(B) 240º 0.36% 0.33% -
XYZ 4.44 4.06 8.94 -
YUV 57.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 54 54 84 0.36 0.36 0 0.67 240 0.22 0.27
Hex 36 36 54 24 24 0 43 F0 16 1B
Octal 66 66 124 44 44 0 103 360 26 33
Binary 110110 110110 1010100 100100 100100 0 1000011 11110000 10110 11011

Color Harmonies of #363654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363654

Black with #363654

Text Example


Text Example

White with #363654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363654; }

 p { color: rgb(54,54,84); }

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

background-color css

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

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

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

border-color css

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

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

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