#364243

Color #364243 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #364243

Tints of Outer Space #364243

Color information

#364243 (or 0x364243) is unknown color: approx Outer Space. HEX triplet: 36, 42 and 43. RGB value is (54,66,67). Sum of RGB (Red+Green+Blue) = 54+66+67=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 67 (26.56% from 255 or 35.83% from 187); Max value from RGB is 67 - color contains mainly: blue. Hex color #364243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364243 is #C9BDBC. Grayscale: #3E3E3E. Windows color (decimal): -13221309 or 4407862. OLE color: 4407862.

HSL color Cylindrical-coordinate representation of color #364243: hue angle of 184.62º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #364243 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB546667-
CMYK0.190.0100.74
HSL184.62º10.74%23.73%-
HSV(B)184.62º19.4%26.27%-
XYZ4.485.096.06-
YUV62.53130.52121.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.88%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 67 (26.56% from 255) = 35.83%
R=28.88%
G=35.29%
B=35.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5466670.190.0100.74184.6210.7423.73
Hex36424313104Ab9b18
Octal6610210323101122711330
Binary110110100001010000111001110100101010111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364243; }

 p { color: rgb(54,66,67); }

 H1.HeaderClassName
 {
   color: #364243;
 }
 .AnyTagClassName
 {
   color: #364243;
 }
</style>
background-color css

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

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

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

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

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

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