Html Css Color HEX #364041 Outer Space

📋 copy color: '#364041'

red 54 ◦ green 64 ◦ blue 65

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

Shades of Outer Space #364041

Tints of Outer Space #364041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.97%

 BLUE value IS 65 (25.78% from 255) = 35.52%

R = 29.51%
G = 34.97%
B = 35.52%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#364041 (or 0x364041) is known color: Outer Space. HEX triplet: 36, 40 and 41. RGB value is (54,64,65). Sum of RGB (Red+Green+Blue) = 54+64+65=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 65 - color contains mainly: blue. Hex color #364041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364041 is #C9BFBE. Grayscale: #3D3D3D. Windows color (decimal): -13221823 or 4276278. OLE color: 4276278.

HSL color Cylindrical-coordinate representation of color #364041: hue angle of 185.45º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #364041 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 64 65 -
CMYK 0.17 0.02 0 0.75
HSL 185.45º 0.09% 0.23% -
HSV(B) 185.45º 0.17% 0.25% -
XYZ 4.31 4.83 5.71 -
YUV 61.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 54 64 65 0.17 0.02 0 0.75 185.45 0.09 0.23
Hex 36 40 41 11 2 0 4B B9 9 17
Octal 66 100 101 21 2 0 113 271 11 27
Binary 110110 1000000 1000001 10001 10 0 1001011 10111001 1001 10111

Color Harmonies of #364041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364041

Black with #364041

Text Example


Text Example

White with #364041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364041; }

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

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

background-color css

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

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

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

border-color css

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

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

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