Html Css Color HEX #314043 Outer Space

📋 copy color: '#314043'

red 49 ◦ green 64 ◦ blue 67

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

Shades of Outer Space #314043

Tints of Outer Space #314043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 37.22%

R = 27.22%
G = 35.56%
B = 37.22%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#314043 (or 0x314043) is known color: Outer Space. HEX triplet: 31, 40 and 43. RGB value is (49,64,67). Sum of RGB (Red+Green+Blue) = 49+64+67=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 67 - color contains mainly: blue. Hex color #314043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314043 is #CEBFBC. Grayscale: #3B3B3B. Windows color (decimal): -13549501 or 4407345. OLE color: 4407345.

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

Color convert

RGB 49 64 67 -
CMYK 0.27 0.04 0 0.74
HSL 190º 0.16% 0.23% -
HSV(B) 190º 0.27% 0.26% -
XYZ 4.11 4.73 6.01 -
YUV 59.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 49 64 67 0.27 0.04 0 0.74 190 0.16 0.23
Hex 31 40 43 1B 4 0 4A BE 10 17
Octal 61 100 103 33 4 0 112 276 20 27
Binary 110001 1000000 1000011 11011 100 0 1001010 10111110 10000 10111

Color Harmonies of #314043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314043

Black with #314043

Text Example


Text Example

White with #314043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314043; }

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

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

background-color css

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

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

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

border-color css

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

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

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