Html Css Color HEX #363C40 Mirage

📋 copy color: '#363C40'

red 54 ◦ green 60 ◦ blue 64

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

Shades of Mirage #363C40

Tints of Mirage #363C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.71%

 BLUE value IS 64 (25.39% from 255) = 35.96%

R = 30.34%
G = 33.71%
B = 35.96%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#363C40 (or 0x363C40) is known color: Mirage. HEX triplet: 36, 3C and 40. RGB value is (54,60,64). Sum of RGB (Red+Green+Blue) = 54+60+64=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 64 - color contains mainly: blue. Hex color #363C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C40 is #C9C3BF. Grayscale: #3A3A3A. Windows color (decimal): -13222848 or 4209718. OLE color: 4209718.

HSL color Cylindrical-coordinate representation of color #363C40: hue angle of 204º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #363C40 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 60 64 -
CMYK 0.16 0.06 0 0.75
HSL 204º 0.08% 0.23% -
HSV(B) 204º 0.16% 0.25% -
XYZ 4.06 4.39 5.48 -
YUV 58.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 54 60 64 0.16 0.06 0 0.75 204 0.08 0.23
Hex 36 3C 40 10 6 0 4B CC 8 17
Octal 66 74 100 20 6 0 113 314 10 27
Binary 110110 111100 1000000 10000 110 0 1001011 11001100 1000 10111

Color Harmonies of #363C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C40

Black with #363C40

Text Example


Text Example

White with #363C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363C40; }

 p { color: rgb(54,60,64); }

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

background-color css

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

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

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

border-color css

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

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

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