Html Css Color HEX #363C3D Outer Space

📋 copy color: '#363C3D'

red 54 ◦ green 60 ◦ blue 61

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

Shades of Outer Space #363C3D

Tints of Outer Space #363C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.86%

R = 30.86%
G = 34.29%
B = 34.86%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#363C3D (or 0x363C3D) is known color: Outer Space. HEX triplet: 36, 3C and 3D. RGB value is (54,60,61). Sum of RGB (Red+Green+Blue) = 54+60+61=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 61 - color contains mainly: blue. Hex color #363C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C3D is #C9C3C2. Grayscale: #3A3A3A. Windows color (decimal): -13222851 or 4013110. OLE color: 4013110.

HSL color Cylindrical-coordinate representation of color #363C3D: hue angle of 188.57º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #363C3D is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 60 61 -
CMYK 0.11 0.02 0 0.76
HSL 188.57º 0.06% 0.23% -
HSV(B) 188.57º 0.11% 0.24% -
XYZ 3.98 4.35 5.05 -
YUV 58.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 54 60 61 0.11 0.02 0 0.76 188.57 0.06 0.23
Hex 36 3C 3D B 2 0 4C BD 6 17
Octal 66 74 75 13 2 0 114 275 6 27
Binary 110110 111100 111101 1011 10 0 1001100 10111101 110 10111

Color Harmonies of #363C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C3D

Black with #363C3D

Text Example


Text Example

White with #363C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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