Html Css Color HEX #363F40 Outer Space

📋 copy color: '#363F40'

red 54 ◦ green 63 ◦ blue 64

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

Shades of Outer Space #363F40

Tints of Outer Space #363F40

RGB

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

 GREEN value IS 63 (25% from 255) = 34.81%

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

R = 29.83%
G = 34.81%
B = 35.36%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#363F40 (or 0x363F40) is known color: Outer Space. HEX triplet: 36, 3F and 40. RGB value is (54,63,64). Sum of RGB (Red+Green+Blue) = 54+63+64=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 64 - color contains mainly: blue. Hex color #363F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363F40 is #C9C0BF. Grayscale: #3C3C3C. Windows color (decimal): -13222080 or 4210486. OLE color: 4210486.

HSL color Cylindrical-coordinate representation of color #363F40: hue angle of 186º 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 #363F40 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 63 64 -
CMYK 0.16 0.02 0 0.75
HSL 186º 0.08% 0.23% -
HSV(B) 186º 0.16% 0.25% -
XYZ 4.22 4.71 5.54 -
YUV 60.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 54 63 64 0.16 0.02 0 0.75 186 0.08 0.23
Hex 36 3F 40 10 2 0 4B BA 8 17
Octal 66 77 100 20 2 0 113 272 10 27
Binary 110110 111111 1000000 10000 10 0 1001011 10111010 1000 10111

Color Harmonies of #363F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F40

Black with #363F40

Text Example


Text Example

White with #363F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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