Html Css Color HEX #314345 Outer Space

📋 copy color: '#314345'

red 49 ◦ green 67 ◦ blue 69

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

Shades of Outer Space #314345

Tints of Outer Space #314345

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.22%

 BLUE value IS 69 (27.34% from 255) = 37.3%

R = 26.49%
G = 36.22%
B = 37.3%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#314345 (or 0x314345) is known color: Outer Space. HEX triplet: 31, 43 and 45. RGB value is (49,67,69). Sum of RGB (Red+Green+Blue) = 49+67+69=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 69 - color contains mainly: blue. Hex color #314345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314345 is #CEBCBA. Grayscale: #3D3D3D. Windows color (decimal): -13548731 or 4539185. OLE color: 4539185.

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

Color convert

RGB 49 67 69 -
CMYK 0.29 0.03 0 0.73
HSL 186º 0.17% 0.23% -
HSV(B) 186º 0.29% 0.27% -
XYZ 4.35 5.1 6.38 -
YUV 61.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 49 67 69 0.29 0.03 0 0.73 186 0.17 0.23
Hex 31 43 45 1D 3 0 49 BA 11 17
Octal 61 103 105 35 3 0 111 272 21 27
Binary 110001 1000011 1000101 11101 11 0 1001001 10111010 10001 10111

Color Harmonies of #314345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314345

Black with #314345

Text Example


Text Example

White with #314345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314345; }

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

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

background-color css

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

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

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

border-color css

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

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

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