Html Css Color HEX #364142 Outer Space

📋 copy color: '#364142'

red 54 ◦ green 65 ◦ blue 66

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

Shades of Outer Space #364142

Tints of Outer Space #364142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.14%

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 29.19%
G = 35.14%
B = 35.68%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#364142 (or 0x364142) is known color: Outer Space. HEX triplet: 36, 41 and 42. RGB value is (54,65,66). Sum of RGB (Red+Green+Blue) = 54+65+66=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 66 - color contains mainly: blue. Hex color #364142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364142 is #C9BEBD. Grayscale: #3D3D3D. Windows color (decimal): -13221566 or 4342070. OLE color: 4342070.

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

Color convert

RGB 54 65 66 -
CMYK 0.18 0.02 0 0.74
HSL 185º 0.1% 0.24% -
HSV(B) 185º 0.18% 0.26% -
XYZ 4.39 4.96 5.88 -
YUV 61.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 54 65 66 0.18 0.02 0 0.74 185 0.1 0.24
Hex 36 41 42 12 2 0 4A B9 A 18
Octal 66 101 102 22 2 0 112 271 12 30
Binary 110110 1000001 1000010 10010 10 0 1001010 10111001 1010 11000

Color Harmonies of #364142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364142

Black with #364142

Text Example


Text Example

White with #364142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364142; }

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

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

background-color css

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

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

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

border-color css

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

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

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