Html Css Color HEX #314244 Outer Space

📋 copy color: '#314244'

red 49 ◦ green 66 ◦ blue 68

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

Shades of Outer Space #314244

Tints of Outer Space #314244

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.07%

 BLUE value IS 68 (26.95% from 255) = 37.16%

R = 26.78%
G = 36.07%
B = 37.16%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#314244 (or 0x314244) is known color: Outer Space. HEX triplet: 31, 42 and 44. RGB value is (49,66,68). Sum of RGB (Red+Green+Blue) = 49+66+68=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 68 - color contains mainly: blue. Hex color #314244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314244 is #CEBDBB. Grayscale: #3D3D3D. Windows color (decimal): -13548988 or 4473393. OLE color: 4473393.

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

Color convert

RGB 49 66 68 -
CMYK 0.28 0.03 0 0.73
HSL 186.32º 0.16% 0.23% -
HSV(B) 186.32º 0.28% 0.27% -
XYZ 4.26 4.97 6.2 -
YUV 61.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 49 66 68 0.28 0.03 0 0.73 186.32 0.16 0.23
Hex 31 42 44 1C 3 0 49 BA 10 17
Octal 61 102 104 34 3 0 111 272 20 27
Binary 110001 1000010 1000100 11100 11 0 1001001 10111010 10000 10111

Color Harmonies of #314244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314244

Black with #314244

Text Example


Text Example

White with #314244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314244; }

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

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

background-color css

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

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

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

border-color css

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

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

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