Html Css Color HEX #314042 Outer Space

📋 copy color: '#314042'

red 49 ◦ green 64 ◦ blue 66

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

Shades of Outer Space #314042

Tints of Outer Space #314042

RGB

 RED value IS 49 (19.53% from 255) = 27.37%

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

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

R = 27.37%
G = 35.75%
B = 36.87%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#314042 (or 0x314042) is known color: Outer Space. HEX triplet: 31, 40 and 42. RGB value is (49,64,66). Sum of RGB (Red+Green+Blue) = 49+64+66=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 66 - color contains mainly: blue. Hex color #314042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314042 is #CEBFBD. Grayscale: #3B3B3B. Windows color (decimal): -13549502 or 4341809. OLE color: 4341809.

HSL color Cylindrical-coordinate representation of color #314042: hue angle of 187.06º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #314042 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 64 66 -
CMYK 0.26 0.03 0 0.74
HSL 187.06º 0.15% 0.23% -
HSV(B) 187.06º 0.26% 0.26% -
XYZ 4.08 4.71 5.85 -
YUV 59.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 49 64 66 0.26 0.03 0 0.74 187.06 0.15 0.23
Hex 31 40 42 1A 3 0 4A BB F 17
Octal 61 100 102 32 3 0 112 273 17 27
Binary 110001 1000000 1000010 11010 11 0 1001010 10111011 1111 10111

Color Harmonies of #314042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314042

Black with #314042

Text Example


Text Example

White with #314042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314042; }

 p { color: rgb(49,64,66); }

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

background-color css

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

 a { background-color: rgb(49,64,66); }

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

border-color css

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

 span { border-color: rgb(49,64,66); }

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